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: |