Skip to content

Commit

Permalink
Fix GPR source
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Nov 17, 2020
1 parent 236384e commit 265727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "${0##*/}": Pushing $package...
# GitHub
dotnet nuget push $package --source https://nuget.pkg.github.com/foundatiofx/index.jsont --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
dotnet nuget push $package --source https://nuget.pkg.github.com/foundatiofx/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
#gpr push $package -k ${{ secrets.GITHUB_TOKEN }} || true
# Feedz (remove once GitHub supports anonymous access)
Expand Down

0 comments on commit 265727b

Please sign in to comment.