From 8a11f184ab732bdd6f23e2cd06bae1efc9f46d0e Mon Sep 17 00:00:00 2001 From: Rex Morgan Date: Tue, 4 Aug 2026 21:18:21 -0400 Subject: [PATCH] fix: use policy creator's nuget.org username for trusted publishing login MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nuget.org's token exchange requires the username of whoever created the trusted publishing policy, not the policy's owner account — Handlebars-Net is the org that owns the policy, but rexm created it. Co-Authored-By: Claude Sonnet 5 --- .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 330997c5..a3b17a71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1.2.0 id: login with: - user: Handlebars-Net + user: rexm - name: Publish to NuGet working-directory: ./source