Skip to content

Commit efc0c54

Browse files
authored
Update go.yml
Signed-off-by: trodsre <[email protected]>
1 parent 4214b45 commit efc0c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:
59-
tag_name: 'run-${{ github.run_id }}'
60-
release_name: Release run-${{ github.run_id }}
59+
tag_name: ${{ github.ref }}
60+
release_name: Release ${{ github.ref }}
6161
draft: false
6262
prerelease: false
6363

0 commit comments

Comments
 (0)