diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94d8e5510..7dedce926 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 != '' }}