From fb2aeb3549b41c79f011a95be03d12372cec3b3f Mon Sep 17 00:00:00 2001 From: Fellipe Utaka Date: Fri, 16 Aug 2024 12:48:30 -0300 Subject: [PATCH] ci(release): fix publish command --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ec7a17..9b04be5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: with: commit: "chore(release): version packages" title: "chore(release): version packages" - publish: "changeset publish" + publish: "pnpm changeset publish" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}