Skip to content

Commit

Permalink
fix: use bash for uploading package.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Jul 4, 2023
1 parent 6d19187 commit 667f133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
run: |
dotnet nuget push 'src/package/bin/Release/*.nupkg' --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/spekt/index.json
dotnet nuget push 'src/package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json
shell: bash

0 comments on commit 667f133

Please sign in to comment.