From d670d73091dfdc4e4b458c4c6dd010fdbddd79cd Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Thu, 23 Mar 2023 12:06:47 -0700 Subject: [PATCH] Add --yes --- .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 e449d24..bf12744 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,4 +100,4 @@ jobs: - name: Publish packages run: | - lerna publish ${{ env.PKG_VERSION }} + lerna publish ${{ env.PKG_VERSION }} --yes