Skip to content

Commit 6ac4842

Browse files
authored
Update release-nuget.yml
1 parent 9329f03 commit 6ac4842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
env:
3333
API_KEY: ${{secrets.NUGET_KEY}}
3434
run: |
35-
dotnet nuget push ${{env.PACKAGE_NAME}}.${{ steps.get_version.outputs.version-without-v }}.nupkg --api-key $API_KEY --source https://api.nuget.org/v3/index.json
36-
dotnet nuget push ${{env.PACKAGE_NAME}}.${{ steps.get_version.outputs.version-without-v }}.snupkg --api-key $API_KEY --source https://symbols.nuget.org/
35+
dotnet nuget push ${{env.PACKAGE_NAME}}.${{ steps.get_version.outputs.version-without-v }}.nupkg --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json
36+
dotnet nuget push ${{env.PACKAGE_NAME}}.${{ steps.get_version.outputs.version-without-v }}.snupkg --api-key ${{secrets.NUGET_KEY}} --source https://symbols.nuget.org/
3737

0 commit comments

Comments
 (0)