release: submit build workflow from the file on the release's own branch

This commit is contained in:
Tim Gross 2023-06-27 11:52:47 -04:00
parent 06c7974120
commit 6a24ffac1c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
run: |
gh workflow run build.yml --field build-ref=${{ steps.commit-change-push.outputs.build-ref }} --field make-prerelease=false
gh workflow run build.yml --ref ${{ github.ref_name }} --field build-ref=${{ steps.commit-change-push.outputs.build-ref }} --field make-prerelease=false
- name: Revert notification channel
if: ${{ github.event.inputs.notification-channel != '' }}