Skip to content

Commit

Permalink
publish script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Jun 26, 2022
1 parent 003819c commit cd969af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
tag: ${{ github.event.release.tag_name }}
file_glob: "true"
- name: Publish to Nuget.org
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols

0 comments on commit cd969af

Please sign in to comment.