Skip to content

Commit bd077f1

Browse files
committed
chore: synced local '.github/' with remote '.github/'
1 parent cd02848 commit bd077f1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ jobs:
5454
with:
5555
name: packages
5656
- name: Push to pkg.github.com
57-
run: |
58-
dotnet nuget push "*.nupkg" \
59-
--skip-duplicate \
60-
-k ${{ secrets.GITHUB_TOKEN }} \
61-
-s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
57+
run: dotnet nuget push "*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate
6258

6359
release:
6460
name: Create GitHub release
@@ -89,7 +85,4 @@ jobs:
8985
with:
9086
name: packages
9187
- name: Push to nuget.org
92-
run: |
93-
dotnet nuget push "*.nupkg" \
94-
-k ${{ secrets.NUGET_DEPLOY_KEY }} \
95-
-s https://api.nuget.org/v3/index.json
88+
run: dotnet nuget push "*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}

0 commit comments

Comments
 (0)