From e0978c61d25431a25fdd11308b8bbbcb0ce0d9ce Mon Sep 17 00:00:00 2001 From: Afonso Dutra Nogueira Filho Date: Fri, 20 Feb 2026 20:06:23 -0300 Subject: [PATCH] feat: actions --- .github/workflows/publish-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-all.yml b/.github/workflows/publish-all.yml index e4a6856..ff23e7a 100644 --- a/.github/workflows/publish-all.yml +++ b/.github/workflows/publish-all.yml @@ -120,7 +120,7 @@ jobs: run: | echo "📦 Publishing to NuGet.org..." Get-ChildItem -Path "./packages" -Filter "*.nupkg" | ForEach-Object { - 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 } - name: ✅ NuGet Summary