We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4f210 commit 1ba31e7Copy full SHA for 1ba31e7
.github/workflows/Dotnet_template.yml
@@ -36,4 +36,6 @@ jobs:
36
uses: softprops/action-gh-release@v1
37
with:
38
files: ./**/*.nupkg
39
-
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ tags: true
0 commit comments