We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2dd28 commit de81839Copy full SHA for de81839
1 file changed
.github/workflows/go.yml
@@ -23,7 +23,9 @@ jobs:
23
24
- name: Create Release and Upload Release Asset
25
uses: softprops/action-gh-release@v1
26
+ if: startsWith(github.ref, 'refs/tags/')
27
with:
28
+ tag_name: ${{ github.ref }}
29
name: Release
30
body: New Release.
31
draft: false
0 commit comments