From f296ee100a85ae6b7f34da8177072cfeedc71b51 Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 20 Aug 2024 00:13:25 +0200 Subject: [PATCH] ci: fix `Bump versions and publish packages` --- .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 629179c..90d8ced 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Bump versions and publish packages run: | - npx lerna version --yes --conventional-commits --create-release github --message 'chore(release): publish' + npx lerna version --yes --conventional-commits --message 'chore(release): publish' npx lerna publish from-package --yes - name: Get Current Version