Skip to content

Commit 6ad9762

Browse files
committed
Fix Nuget build script
1 parent 352e2a7 commit 6ad9762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
name: artifacts
4949
path: ./artifacts
5050
- name: Upload to NuGet
51-
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n true -k $env:NUGET_AUTH_TOKEN
51+
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n -k $env:NUGET_AUTH_TOKEN

0 commit comments

Comments
 (0)