Skip to content

Commit

Permalink
update 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jazous committed Jul 31, 2022
1 parent 427f65b commit 0b30bf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
source-url: https://nuget.pkg.github.com/willzou/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: 4.Publish the package to nuget.org
- name: 4.Add nuget.org
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
- name: 5.Publish the package to nuget.org
run: dotnet nuget push */bin/Release/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols

0 comments on commit 0b30bf2

Please sign in to comment.