Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn authored Nov 23, 2023
1 parent 5b4b54b commit 21d407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Publish the package to NuGet
run: dotnet nuget push src/Zen.Z80/bin/Release/*.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
- name: Publish the package to GitHub
run: dotnet nuget push src/Zen.Z80/bin/Release/*.nupkg -k ${{secrets.GITHUB_KEY}} -s https://nuget.pkg.github.com/stevehjohn/index.json --skip-duplicate
run: dotnet nuget push src/Zen.Z80/bin/Release/*.nupkg -k ${{secrets.GH_KEY}} -s https://nuget.pkg.github.com/stevehjohn/index.json --skip-duplicate

0 comments on commit 21d407b

Please sign in to comment.