Skip to content

Commit 2c5c405

Browse files
H-Ashraficlaude
andcommitted
Fix NuGet secret name to NUGET_API_KEY
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 03341ff commit 2c5c405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Publish to NuGet
5454
if: github.repository_owner == 'Hymma' && startsWith(github.ref, 'refs/tags/v')
55-
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
55+
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
5656

5757
- name: Create GitHub Release
5858
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)