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 21f3722 commit 190a81fCopy full SHA for 190a81f
.github/workflows/publish-nuget.yml
@@ -30,6 +30,4 @@ jobs:
30
run: dotnet pack --no-build --configuration Release --output ./Release
31
32
- name: Publish to NuGet
33
- run: dotnet nuget push ./Release/*.nupkg -s nuget.org -k ${NUGET_API_KEY}
34
- env:
35
- NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push ./Release/*.nupkg -s nuget.org
0 commit comments