Skip to content

Commit 4d9e66d

Browse files
committed
ci: fix token
1 parent 5ff97e0 commit 4d9e66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
with:
6464
name: nupkg
6565
- name: 📦 Publish to NuGet
66-
run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
66+
run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_DEPLOY_KEY }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)