From baefdc3ea7df50256053f09c4afcf1fe91da3978 Mon Sep 17 00:00:00 2001 From: akumar Date: Wed, 17 Apr 2024 10:08:23 +0200 Subject: [PATCH] fix: release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76bbfa5..2aa4c96 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc - name: Release - run: npx lerna publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug + run: npx publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug - name: Sync next branch run: |