We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0dfd1a + d49d8bc commit 31ee933Copy full SHA for 31ee933
1 file changed
.github/workflows/publish-package.yml
@@ -53,4 +53,4 @@ jobs:
53
run: dotnet pack -c Release -o out -p:PackageVersion=${{ steps.semantic.outputs.new_release_version }} -p:RepositoryUrl=${{env.CURRENT_REPO_URL}}
54
55
- name: Publish the package to nuget.org
56
- run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true -k ${{ secrets.NUGET_AUTH_TOKEN}} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./out/*.nupkg --skip-duplicate -n -d -k ${{ secrets.NUGET_AUTH_TOKEN}} -s https://api.nuget.org/v3/index.json
0 commit comments