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 ae90ccd commit bcf24ceCopy full SHA for bcf24ce
1 file changed
.github/workflows/release.yaml
@@ -55,6 +55,8 @@ jobs:
55
id: login
56
with:
57
user: ${{ secrets.NUGET_USER }}
58
+ # WORKAROUND: NuGet.org rejects `.snupkg` that do not contian `.pdb` files.
59
+ - run: rm ./publish/MagicOnion.${{ inputs.tag }}.snupkg
60
- run: dotnet nuget push "./publish/*.nupkg" --skip-duplicate -s https://api.nuget.org/v3/index.json -k "${NUGET_KEY}"
61
if: ${{ !inputs.dry-run }}
62
env:
0 commit comments