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 da01d31 commit 3a98506Copy full SHA for 3a98506
.github/workflows/ci.yml
@@ -59,6 +59,6 @@ jobs:
59
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
60
name: Create or update release for tag on github
61
62
- # - run: dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
63
- # name: release to nuget.org
64
- # if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
+ - run: dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
+ name: release to nuget.org
+ if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
0 commit comments