From 052526c58a777124f57909a7cf1a3bfc08a52f55 Mon Sep 17 00:00:00 2001 From: Scott Hu Date: Thu, 18 Jul 2024 14:20:10 +0000 Subject: [PATCH] ci: correct the coveralls command --- .github/workflows/release-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index 39bf63f8..2b76ea23 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -67,7 +67,7 @@ jobs: # Note: pnpm install after versioning is necessary to refresh lockfile setupGitUser: true version: pnpm run changeset:version - publish: pnpm run test:coveralls && pnpm run release + publish: pnpm run coveralls && pnpm run release commit: 'ci: release next' title: 'ci: release next' env: