Skip to content

Commit 17e928d

Browse files
authored
Merge pull request #33 from afonsoft/feature/update-actions
feat: actions
2 parents d50c957 + e0978c6 commit 17e928d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
echo "📦 Publishing to NuGet.org..."
122122
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
123+
dotnet nuget push $_.FullName --source 'https://api.nuget.org/v3/index.json' --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate
124124
}
125125
126126
- name: ✅ NuGet Summary

0 commit comments

Comments
 (0)