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 a30c56f commit 460f420Copy full SHA for 460f420
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
100
- name: 🛠️ Upload library to NuGet.org repository
101
run: |
102
- dotnet nuget push ${GITHUB_WORKSPACE}/packages/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
+ dotnet nuget push ${GITHUB_WORKSPACE}/packages/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
103
104
- name: ⏩ Push stable branch
105
run: git push origin stable
0 commit comments