Skip to content

Commit 733d986

Browse files
Merge pull request #54 from IowaComputerGurus/mitchelsellers-patch-1
Update release-build.yml
2 parents 022f48f + 7712bff commit 733d986

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
@@ -39,4 +39,4 @@ jobs:
3939
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
4040

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

0 commit comments

Comments
 (0)