From 9f9a856aa2cbce0f52ee1dc3eaf758ff3f34dee2 Mon Sep 17 00:00:00 2001 From: Richard Gill Date: Fri, 26 Apr 2024 08:47:27 +0100 Subject: [PATCH] fix publish command in github workflow (#99) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23418d7f..90831d68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: commit: "chore(release): 📦 version packages" title: "chore(release): 📦 version packages" - publish: pnpm publish + publish: pnpm run publish env: GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}