Skip to content

Commit ad5286f

Browse files
committed
Update release.yml
1 parent bca2047 commit ad5286f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Publish package to github.com
7070
run: |
7171
dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -n github
72-
dotnet nuget push ./builds/artifacts/**/*.nupkg -s github -k ${{secrets.PACKAGE_API_KEY}} --skip-duplicate
72+
dotnet nuget push ./builds/artifacts/**/*.nupkg -s github -k ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
7373
7474
- name: Publish package to nuget
7575
run: |
76-
dotnet nuget push ./builds/artifacts/**/*.nupkg -s nuget.org -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
76+
dotnet nuget push ./builds/artifacts/**/*.nupkg -s nuget.org -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 commit comments

Comments
 (0)