We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1292543 commit ed66417Copy full SHA for ed66417
.github/workflows/release.yml
@@ -43,5 +43,5 @@ jobs:
43
run: dotnet nuget add source --name github https://nuget.pkg.github.com/aviationexam/index.json
44
- name: Push package to Github Packages
45
run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.GITHUB_TOKEN }} --source github
46
-# - name: Push package to Nuget
47
-# 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 commit comments