Skip to content

Commit 609a1db

Browse files
committed
Update release.yml
Fixed github action nuget publish
1 parent 31c5bea commit 609a1db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
artifacts/*.snupkg
3636
3737
- name: Publish to nuget.org
38-
run: nuget push artifacts\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
38+
run: |
39+
nuget push artifacts\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)