Skip to content

Commit

Permalink
fixed nuget endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Nov 16, 2023
1 parent 4d30447 commit 95d8d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Create the package
run: dotnet pack --configuration Release -o artifacts /p:Version=${{ github.ref_name }}
- name: Publish the package to GPR
run: dotnet nuget push artifacts/*.nupkg $NUGET_AUTH_TOKEN -s https://nuget.pkg.github.com/OWNER/index.json
run: dotnet nuget push artifacts/*.nupkg $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 95d8d7b

Please sign in to comment.