Skip to content

Commit

Permalink
Fix nuget push to GitHub Packages (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa authored Sep 27, 2022
1 parent 38befe6 commit 175bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
NUGET_SOURCE: https://api.nuget.org/v3/index.json
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
GITHUB_NUGET_SOURCE: https://nuget.pkg.github.com/antonioaversa/index.json
GITHUB_NUGET_API_KEY: ${{secrets.GITHUB_TOKEN}}
GITHUB_NUGET_API_KEY: ${{secrets.PAT_GITHUB_PACKAGE}}
DOTNET_CONFIGURATION: Release
PROJECT_NAME: MoreStructures

Expand Down

0 comments on commit 175bdc8

Please sign in to comment.