diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index defd641..3f45a1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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