Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
Update API key.
  • Loading branch information
rabbitism authored Nov 6, 2024
1 parent 1ad82f8 commit 3cda78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
dotnet pack ./src/Irihi.Avalonia.Shared -o ./nugets
dotnet pack ./src/Irihi.Avalonia.Shared.Contracts -o ./nugets
- name: Publish NuGet package
run: dotnet nuget push "./nugets/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push "./nugets/*.nupkg" --api-key ${{ secrets.NUGET_ORG_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 3cda78c

Please sign in to comment.