-
-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Description
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.ICG_NUGET_API_KEY}} |
Update the build process to properly push to NuGet with the recent changes to GitHub runners.
The nuget command should be
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.ICG_NUGET_API_KEY}}
Metadata
Metadata
Assignees
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code