From: edison Date: Wed, 20 Aug 2025 12:39:07 +0000 (+0800) Subject: chore(ci): trusted publisher (#13768) X-Git-Tag: v3.5.19~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7420564b20ea465064fad9be8a1fa6bc51863d47;p=thirdparty%2Fvuejs%2Fcore.git chore(ci): trusted publisher (#13768) Related to e18e/ecosystem-issues#201 --- 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