From 7420564b20ea465064fad9be8a1fa6bc51863d47 Mon Sep 17 00:00:00 2001 From: edison Date: Wed, 20 Aug 2025 20:39:07 +0800 Subject: [PATCH] chore(ci): trusted publisher (#13768) Related to e18e/ecosystem-issues#201 --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c260a728e7..1e263f387a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,12 +36,13 @@ jobs: - name: Install deps run: pnpm install + - name: Update npm + run: npm i -g npm@latest + - name: Build and publish id: publish run: | pnpm release --publishOnly - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub release id: release_tag -- 2.47.3