Skip to content

Commit 696d691

Browse files
committed
Fixed build issue with source parameter
1 parent c926d63 commit 696d691

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,4 @@ jobs:
6060
-o ./artifacts
6161
6262
- name: 🚀 Push to NuGet
63-
run: dotnet nuget push ./artifacts/*.nupkg \
64-
--api-key ${{ secrets.NUGET_API_KEY }} \
65-
--source https://api.nuget.org/v3/index.json \
66-
--skip-duplicate
63+
run: dotnet nuget push "./artifacts/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate

0 commit comments

Comments
 (0)