release: submit build workflow from the file on the release's own branch
This commit is contained in:
parent
06c7974120
commit
6a24ffac1c
|
@ -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 != '' }}
|
||||
|
|
Loading…
Reference in New Issue