Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-whisper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
if: inputs.release_tag != ''
env:
GH_TOKEN: ${{ github.token }}
# These jobs do not check out the repo, so gh has no git remote to
# infer the repo from — set it explicitly.
GH_REPO: ${{ github.repository }}
run: |
gh release view "${{ inputs.release_tag }}" >/dev/null 2>&1 || \
gh release create "${{ inputs.release_tag }}" \
Expand Down
Loading