From 53365fc4ad4a821f7f910e2b18f1eb76ff942b97 Mon Sep 17 00:00:00 2001 From: qwerzl Date: Wed, 18 Dec 2024 23:09:51 +0800 Subject: [PATCH] fix(action): call `pnpm run publish` when changeset publishes --- .github/workflows/on-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index 705fa03d..d3b065ae 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -68,6 +68,6 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 with: - publish: pnpm publish + publish: pnpm run publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}