Skip to content

Commit

Permalink
Release workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
PaterSantyago committed Apr 23, 2020
1 parent e7f0eec commit e747bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: env.RELEASE_CLIENT == 'true' || env.RELEASE_CONTRACT == 'true'
env:
API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}
run: dotnet nuget push ./packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $API_KEY
run: dotnet nuget push ./packages/**/*.nupkg --source https://api.nuget.org/v3/index.json --api-key $API_KEY

# Create next release draft
- name: Create next release draft
Expand Down

0 comments on commit e747bcc

Please sign in to comment.