Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewizer committed Oct 6, 2024
1 parent bca2047 commit ad5286f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Publish package to github.com
run: |
dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -n github
dotnet nuget push ./builds/artifacts/**/*.nupkg -s github -k ${{secrets.PACKAGE_API_KEY}} --skip-duplicate
dotnet nuget push ./builds/artifacts/**/*.nupkg -s github -k ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
- name: Publish package to nuget
run: |
dotnet nuget push ./builds/artifacts/**/*.nupkg -s nuget.org -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
dotnet nuget push ./builds/artifacts/**/*.nupkg -s nuget.org -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit ad5286f

Please sign in to comment.