Skip to content

Commit

Permalink
Push package to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrbob committed Sep 24, 2022
1 parent c2e3d43 commit ea228e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Clean up signing cert
run: rm ./cert.p12
- name: Publish package to Nuget public registry
run: dotnet nuget push ./out/*.nupkg -k "$NUGET_AUTH_TOKEN" -s 'https://api.nuget.org/v3/index.json'
run: dotnet nuget push ./out/*.nupkg -k "$NUGET_AUTH_TOKEN" -s 'https://nuget.pkg.github.com/blendinteractive/index.json'
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ea228e7

Please sign in to comment.