Skip to content

Commit a39bb2b

Browse files
authored
yml
1 parent a308ab7 commit a39bb2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.USERGIHUB_TOKEN }}
5858
with:
59-
tag_name: ${{ github.event.release.tag_name }}
60-
release_name: Release ${{ github.event.release.tag_name }}
59+
tag_name: ${{ github.ref }}
60+
release_name: Release ${{ github.ref }}
6161
body: TODO
6262
draft: false
6363
prerelease: false

0 commit comments

Comments
 (0)