Skip to content

Commit

Permalink
Fix deploy action error
Browse files Browse the repository at this point in the history
  • Loading branch information
gregyjames committed Dec 29, 2023
1 parent 0e2d65e commit 765a70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Publish NuGet package
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 765a70d

Please sign in to comment.