Skip to content

Commit

Permalink
Fix build job for nuget-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Dzitkowski committed Feb 4, 2023
1 parent 60f3ae4 commit 17ca1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Push Package to Nuget
run: dotnet nuget push --api-key ${{secrets.NUGET_KEY}} --source "https://api.nuget.org/v3/index.json" *.nupkg
run: dotnet nuget push --api-key ${{secrets.NUGET_TOKEN}} --source "https://api.nuget.org/v3/index.json" *.nupkg

0 comments on commit 17ca1a4

Please sign in to comment.