We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab89ec7 commit 32a7dc3Copy full SHA for 32a7dc3
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
31
- name: install
32
run: |
33
- go install github.com/github-release/github-release
+ go install github.com/github-release/github-release@latest
34
- name: release
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments