Skip to content

Commit 7142fab

Browse files
committed
update
1 parent 1e4e27a commit 7142fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.TOKEN }}
5454
with:
55-
tag_name: "v${{ github.run_number }}"
55+
tag_name: "v${{ github.run_number }}-${{ github.run_id }}"
5656
release_name: "Release ${{ github.run_number }}"
5757
draft: false
5858
prerelease: false

0 commit comments

Comments
 (0)