Skip to content
This repository has been archived by the owner on Dec 11, 2020. 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 d508132 commit 263df82
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 263df82

Please sign in to comment.