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 352e2a7 commit 6ad9762Copy full SHA for 6ad9762
1 file changed
.github/workflows/build-release.yml
@@ -48,4 +48,4 @@ jobs:
48
name: artifacts
49
path: ./artifacts
50
- name: Upload to NuGet
51
- run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n true -k $env:NUGET_AUTH_TOKEN
+ run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $env:NUGET_AUTH_TOKEN
0 commit comments