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.
2 parents 66b3117 + 35f77ec commit 57110e6Copy full SHA for 57110e6
.github/workflows/release.yml
@@ -54,4 +54,3 @@ jobs:
54
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
55
run: |
56
nuget push artifacts/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
57
- nuget push artifacts/*.snupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
0 commit comments