Skip to content

Commit

Permalink
Enable Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jul 26, 2023
1 parent 1292543 commit ed66417
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 @@ -43,5 +43,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 ed66417

Please sign in to comment.