From 39f0513c1ae6c8b5315a44a0536b916744a5ae8f Mon Sep 17 00:00:00 2001 From: vladyslav Date: Sat, 19 Apr 2025 22:55:26 +0700 Subject: [PATCH] fix: update publish method to use from-git in release workflow --- .github/workflows/releasing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index 1635af2..7dbf307 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -60,7 +60,7 @@ jobs: fi done - npx lerna publish from-package --yes + npx lerna publish from-git --yes - name: Create Release Pull Request id: cpr