Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Updated publish to include source
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Dec 9, 2020
1 parent 44621bf commit 01c37c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
ApiKey: ${{ secrets.RSG_NUGET_API_KEY }}
shell: pwsh
run: |
dotnet nuget push **/*.nupkg --skip-duplicate --api-key $ENV:ApiKey
dotnet nuget push **/*.snupkg --skip-duplicate --api-key $ENV:ApiKey
dotnet nuget push **/*.nupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
dotnet nuget push **/*.snupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
- name: dev.azure.com
# continue-on-error: true
Expand Down

0 comments on commit 01c37c6

Please sign in to comment.