Skip to content

Commit

Permalink
Enable Nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jul 26, 2023
1 parent b088901 commit 44382bb
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 @@ -42,5 +42,5 @@ jobs:
run: dotnet nuget add source --name github https://nuget.pkg.github.com/aviationexam/index.json
- name: Push package to Github Packages
run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.GITHUB_TOKEN }} --source github
# - name: Push package to Nuget
# run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: Push package to Nuget
run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 44382bb

Please sign in to comment.