Skip to content

Commit d284b74

Browse files
committed
CI: Fix "Release" workflow
1 parent b84d88c commit d284b74

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@0.10.0
33+
go install github.com/github-release/github-release
3434
- name: release
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)