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 a678b422b5
commit 81d3575def

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 != '' }}