Skip to content

Commit

Permalink
Fix nuget publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kuromukira committed Oct 11, 2022
1 parent 324799a commit e251a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:

# Publish
- name: Publish
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_KEY}} --skip-duplicate
run: dotnet nuget push *.nupkg --api-key ${{secrets.NUGET_KEY}} --source "https://api.nuget.org/v3/index.json" --skip-duplicate

0 comments on commit e251a41

Please sign in to comment.