From 9969cec6866131084822ad8b95ce08f3ecb471a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Sun, 19 Oct 2025 15:26:56 +0800 Subject: [PATCH] ci: trusted publishing fixes https://github.com/eslint-community/eslint-plugin-promise/issues/609 --- .github/workflows/release-please.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cab30d2a..a9b0c9dc 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -39,7 +39,6 @@ jobs: with: node-version: lts/* registry-url: 'https://registry.npmjs.org' + - run: npm i npm@latest -g - run: npm ci - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}