Skip to content

Commit

Permalink
ci: correct apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 28, 2023
1 parent 404873d commit c6b2d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# If we are building a release (i.e. we've merged from release-please) then
# we can deploy.
- name: Publish
run: dotnet nuget push ./source/SharpGL/artifacts/packages/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
run: dotnet nuget push ./source/SharpGL/artifacts/packages/*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}}


# Now that we know the build runs, create a release PR if needed.
Expand Down

0 comments on commit c6b2d55

Please sign in to comment.