Skip to content

Commit 982269d

Browse files
committed
🔧 Fixed error with nuget push syntax
1 parent 37b01fe commit 982269d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
5656
- name: Publish to nuget.org
5757
run: |
58-
dotnet nuget push "./artifacts/*.nupkg"
59-
--api-key ${{ secrets.NUGET_TOKEN }}
58+
dotnet nuget push "./artifacts/*.nupkg" \
59+
--api-key ${{ secrets.NUGET_TOKEN }} \
6060
--source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)