Skip to content

Commit

Permalink
Fix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsales committed Oct 1, 2024
1 parent eceee35 commit 0f5967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Publish Shared project to Nuget.Org
run: |
dotnet nuget push output-shared/*.nupkg -k ${{ secrets.NUGET_API_KEY_CLIENT }} -s https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push output-shared/*.nupkg -k ${{ secrets.NUGET_API_KEY_CLIENT_SERVER_SHARED }} -s https://api.nuget.org/v3/index.json --skip-duplicate
# end project ssync shared client and server

0 comments on commit 0f5967b

Please sign in to comment.