Skip to content

Commit

Permalink
replace gpr with dotnet nuget push
Browse files Browse the repository at this point in the history
using the API key should be supported now, see NuGet/Home#8580
  • Loading branch information
JBildstein authored Nov 28, 2020
1 parent 9193710 commit d61975d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ jobs:
with:
name: Packages
path: Publish/**
- name: Setup gpr
run: dotnet tool update gpr -g
- name: Publish NuGet
run: gpr push Publish\*.nupkg -k ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push Publish\*.nupkg -k ${GITHUB_TOKEN} -s https://nuget.pkg.github.com/JBildstein/index.json

0 comments on commit d61975d

Please sign in to comment.