2 parents d50c957 + e0978c6 commit 17e928dCopy full SHA for 17e928d
1 file changed
.github/workflows/publish-all.yml
@@ -120,7 +120,7 @@ jobs:
120
run: |
121
echo "📦 Publishing to NuGet.org..."
122
Get-ChildItem -Path "./packages" -Filter "*.nupkg" | ForEach-Object {
123
- dotnet nuget push $_.FullName --source 'https://api.nuget.org/v3/index.json' --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
+ dotnet nuget push $_.FullName --source 'https://api.nuget.org/v3/index.json' --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate
124
}
125
126
- name: ✅ NuGet Summary
0 commit comments