diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 441f0fee..197c26ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: git config user.email github-actions@github.com - name: Install dependencies run: pnpm install - - run: pnpm lerna version --conventional-commits --create-release github --yes + - run: pnpm lerna version --conventional-commits --no-private --create-release github --yes env: GH_TOKEN: ${{ secrets.BOT_PAT }} - run: pnpm lerna publish from-git --yes --no-verify-access