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 91ea114 commit a178594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ jobs:
run: dotnet test --no-build --verbosity normal src/Zen.sln --configuration Release
- 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 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 -s https://nuget.pkg.github.com/stevehjohn/index.json --skip-duplicate

0 comments on commit a178594

Please sign in to comment.