From 9d38f5628e0b3cc8b7be0df942a66a274f8d72db Mon Sep 17 00:00:00 2001 From: Wei Lin Date: Sat, 5 Sep 2026 20:44:14 +0800 Subject: [PATCH] fix: use NuGet policy creator for OIDC --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a98063d..7b37265 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -216,7 +216,7 @@ jobs: id: nuget-login uses: NuGet/login@v1 with: - user: minisoftware + user: ITWeiHan - name: Publish NuGet package run: dotnet nuget push artifacts/packages/MiniExcelRust.${{ needs.prepare.outputs.version }}.nupkg --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate - name: Create GitHub release