Skip to content

Commit b5ae5b8

Browse files
Update release-build.yml
- Fixes #52
1 parent 367b007 commit b5ae5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
4444

4545
- name: Publish to Nuget
46-
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.ICG_NUGET_API_KEY}}
46+
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.ICG_NUGET_API_KEY}}

0 commit comments

Comments
 (0)