Skip to content

Commit 677db53

Browse files
committed
Fixed case of github secret
1 parent 13c041e commit 677db53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Push to NuGet
2626
run: |
2727
cd src/nupkgs
28-
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
28+
dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
2929

0 commit comments

Comments
 (0)