Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 365b6ec

Browse files
Updated publish to include source
1 parent a894d81 commit 365b6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
ApiKey: ${{ secrets.RSG_NUGET_API_KEY }}
4141
shell: pwsh
4242
run: |
43-
dotnet nuget push **/*.nupkg --skip-duplicate --api-key $ENV:ApiKey
44-
dotnet nuget push **/*.snupkg --skip-duplicate --api-key $ENV:ApiKey
43+
dotnet nuget push **/*.nupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
44+
dotnet nuget push **/*.snupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
4545
4646
- name: dev.azure.com
4747
# continue-on-error: true

0 commit comments

Comments
 (0)