We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbf722 commit dedbaa8Copy full SHA for dedbaa8
1 file changed
.github/workflows/go.yml
@@ -75,7 +75,7 @@ jobs:
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
77
with:
78
- tag_name: ${{ github.sha }}
+ tag_name: ${{ github.sha }}-release
79
release_name: Release for commit ${{ github.sha }}
80
draft: false
81
prerelease: false
0 commit comments