Skip to content

Commit 42b7769

Browse files
authored
Update go.yml
1 parent fe32454 commit 42b7769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
8282
with:
83-
tag_name: ${{ github.sha }}-release-${{ steps.buildnumber.outputs.build_number }}
83+
tag_name: ${{ github.sha }}-release
8484
release_name: Release ${{ steps.buildnumber.outputs.build_number }}
8585
draft: false
8686
prerelease: false

0 commit comments

Comments
 (0)