Skip to content

Commit

Permalink
chore: synced local '.github/' with remote '.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed Jan 5, 2025
1 parent cd02848 commit bd077f1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ jobs:
with:
name: packages
- name: Push to pkg.github.com
run: |
dotnet nuget push "*.nupkg" \
--skip-duplicate \
-k ${{ secrets.GITHUB_TOKEN }} \
-s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
run: dotnet nuget push "*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate

release:
name: Create GitHub release
Expand Down Expand Up @@ -89,7 +85,4 @@ jobs:
with:
name: packages
- name: Push to nuget.org
run: |
dotnet nuget push "*.nupkg" \
-k ${{ secrets.NUGET_DEPLOY_KEY }} \
-s https://api.nuget.org/v3/index.json
run: dotnet nuget push "*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}

0 comments on commit bd077f1

Please sign in to comment.