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 b088901 commit 44382bbCopy full SHA for 44382bb
.github/workflows/release.yml
@@ -42,5 +42,5 @@ jobs:
42
run: dotnet nuget add source --name github https://nuget.pkg.github.com/aviationexam/index.json
43
- name: Push package to Github Packages
44
run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.GITHUB_TOKEN }} --source github
45
-# - name: Push package to Nuget
46
-# 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