Skip to content

Commit

Permalink
Update push_nuget.yml (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Sep 23, 2024
1 parent 382ff3e commit a6fef42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ jobs:
- name: Push NuGet
shell: pwsh
run: nuget push ${{ env.PackageFile }} -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json

- name: Push generated package to GitHub registry
run: dotnet nuget push ${{ env.PackageFile }} -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/ExMod-Team/index.json --skip-duplicate

0 comments on commit a6fef42

Please sign in to comment.