Skip to content

Commit de81839

Browse files
authored
Update go.yml
测试release打包
1 parent 9d2dd28 commit de81839

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323

2424
- name: Create Release and Upload Release Asset
2525
uses: softprops/action-gh-release@v1
26+
if: startsWith(github.ref, 'refs/tags/')
2627
with:
28+
tag_name: ${{ github.ref }}
2729
name: Release
2830
body: New Release.
2931
draft: false

0 commit comments

Comments
 (0)