Skip to content

Commit 1ba31e7

Browse files
authored
Update Dotnet_template.yml
1 parent 9b4f210 commit 1ba31e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
uses: softprops/action-gh-release@v1
3737
with:
3838
files: ./**/*.nupkg
39-
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
tags: true

0 commit comments

Comments
 (0)