Skip to content

Commit

Permalink
AAAAA (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlebChili committed Jul 30, 2020
1 parent 9e144a2 commit 87a0eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
run: |
cd packager/nupkgs
dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_KEY }}
dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
- name: Struct of folder
run: |
Expand Down

0 comments on commit 87a0eab

Please sign in to comment.