Skip to content

Commit 603e117

Browse files
author
李杰
committed
重新发v0.9.15版本
1 parent 31ec92e commit 603e117

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ jobs:
321321
needs:
322322
- release
323323
- rebuild-latest-json
324+
- upload-checksums
324325
runs-on: ubuntu-latest
325326
if: startsWith(github.ref, 'refs/tags/v')
326327
permissions:
@@ -430,4 +431,4 @@ jobs:
430431
shell: bash
431432
run: |
432433
set -euo pipefail
433-
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

Comments
 (0)