Skip to content

Commit f67a1b5

Browse files
committed
update
1 parent 7f82c8e commit f67a1b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.TOKEN }}
4141
with:
42-
tag_name: ${{ github.sha }}
43-
release_name: "latest"
42+
# Example of using the current date for a tag name or replace it with your versioning system
43+
tag_name: "v${{ github.run_number }}"
44+
release_name: "Release ${{ github.run_number }}"
4445
draft: false
4546
prerelease: false
4647

0 commit comments

Comments
 (0)