Skip to content

Commit 32a7dc3

Browse files
committed
CI: Fix "Release" workflow once more
1 parent ab89ec7 commit 32a7dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3131
- name: install
3232
run: |
33-
go install github.com/github-release/github-release
33+
go install github.com/github-release/github-release@latest
3434
- name: release
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)