From f9857187b4d43d2f0d20104a8c94eb4abbd44725 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 26 Dec 2023 12:00:17 +0800 Subject: [PATCH] ci: enable `NPM_TOKEN` for releasing automatically (#631) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44ad4bed..b368b643 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,9 @@ jobs: id: changesets uses: changesets/action@v1 with: + publish: pnpm release commit: 'chore: release eslint-plugin-prettier' title: 'chore: release eslint-plugin-prettier' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}