Skip to content

Commit

Permalink
Update master-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi0Martin authored Jul 3, 2023
1 parent 8ad2c9a commit 8298ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
name: solution-build
path: .
- name: Publish on nuget.org
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push *.nupkg --api-key ${{ secrets.PUBLISHING_PACKAGES_PAT }} --source https://api.nuget.org/v3/index.json

0 comments on commit 8298ce6

Please sign in to comment.