Skip to content

Commit

Permalink
modify the myget url
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Dec 16, 2020
1 parent 24ffb34 commit 4b0aed9
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 @@ -43,5 +43,5 @@ jobs:
run: |
for file in nugetpkgs/*.nupkg
do
dotnet nuget push $file -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate -s https://www.myget.org/F/ncc/api/v3/index.json
dotnet nuget push $file -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate -s https://www.myget.org/F/ncc/api/v2/package
done

0 comments on commit 4b0aed9

Please sign in to comment.