There was an error while loading. Please reload this page.
2 parents 9be06bf + 1ed6aa3 commit 022ad8aCopy full SHA for 022ad8a
1 file changed
.github/workflows/release-build.yml
@@ -41,4 +41,4 @@ jobs:
41
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
42
43
- name: Publish
44
- run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.ICG_NUGET_API_KEY}}
+ run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.ICG_NUGET_API_KEY }}
0 commit comments