Skip to content

Commit d1ec475

Browse files
authored
Update go.yml
1 parent f72e9be commit d1ec475

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
@@ -27,8 +27,8 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30-
tag_name: v1.0.0 # Replace with your desired release tag
31-
release_name: Release v1.0.0 # Replace with your desired release name
30+
tag_name: ${{ github.ref }}
31+
release_name: Release ${{ github.ref }}
3232
draft: true
3333

3434
- name: Upload EXE as Release Asset

0 commit comments

Comments
 (0)