Skip to content

Commit 268a94d

Browse files
committed
Fixed source parameter for dotnet nuget push command
1 parent 7f953b8 commit 268a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Push to NuGet
2626
run: |
2727
cd src/nupkgs
28-
dotnet nuget push "**/*.nupkg" -s --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json -v
28+
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json -v
2929

0 commit comments

Comments
 (0)