We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ec92e commit 603e117Copy full SHA for 603e117
1 file changed
.github/workflows/release.yml
@@ -321,6 +321,7 @@ jobs:
321
needs:
322
- release
323
- rebuild-latest-json
324
+ - upload-checksums
325
runs-on: ubuntu-latest
326
if: startsWith(github.ref, 'refs/tags/v')
327
permissions:
@@ -430,4 +431,4 @@ jobs:
430
431
shell: bash
432
run: |
433
set -euo pipefail
- gh release edit "v${VERSION}" --draft=false --prerelease=false --latest
434
+ gh release edit "v${VERSION}" --repo "${GITHUB_REPOSITORY}" --draft=false --prerelease=false --latest
0 commit comments