Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
karimz1 committed Jan 12, 2025
1 parent 76d0446 commit 75a510b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ jobs:
echo "NUGET_API_KEY is present."
fi
env:
NUGET_API_KEY: ${{ secrets.Personal.NUGET_ORG_API }}
NUGET_API_KEY: ${{ secrets.NUGET_ORG_API }}


- name: Publish to NuGet
env:
NUGET_API_KEY: ${{ secrets.Personal.NUGET_ORG_API }}
NUGET_API_KEY: ${{ secrets.NUGET_ORG_API }}
run: |
dotnet nuget push ./nupkg/*.nupkg \
--api-key "$NUGET_API_KEY" \
Expand Down

0 comments on commit 75a510b

Please sign in to comment.