We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe32454 commit 42b7769Copy full SHA for 42b7769
1 file changed
.github/workflows/go.yml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
82
with:
83
- tag_name: ${{ github.sha }}-release-${{ steps.buildnumber.outputs.build_number }}
+ tag_name: ${{ github.sha }}-release
84
release_name: Release ${{ steps.buildnumber.outputs.build_number }}
85
draft: false
86
prerelease: false
0 commit comments