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 5752ae4 commit 9e14e06Copy full SHA for 9e14e06
.github/workflows/release.yml
@@ -31,5 +31,5 @@ jobs:
31
run: dotnet test -c Release --no-build
32
- name: Pack nugets
33
run: dotnet pack -c Release --no-build --output .
34
- - name: Push to NuGet
35
- run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
+ # - name: Push to NuGet
+ # run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
0 commit comments