From 0c9e43bfafd2a116dd1dc107e40d4e75c1ef42ee Mon Sep 17 00:00:00 2001 From: Jeremy Wiebe Date: Wed, 29 Oct 2025 15:17:33 -0700 Subject: [PATCH] npm needs 'run' --- .github/workflows/changeset-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index d710c5c..a9fb72e 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -52,7 +52,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - publish: npm publish:ci + publish: npm run publish:ci env: # We use a Personal Access Token here rather than the GITHUB_TOKEN # so that it will trigger our other actions. The token has to be on