From 2a204277858acc22ec1bba474f53fc474af5077c Mon Sep 17 00:00:00 2001 From: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:50:53 -0500 Subject: [PATCH] Update release.yml (#131) Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> --- .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 460a09b5..3b334932 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: if [ ${{ github.base_ref }} = development ]; then npx lerna version --no-private --conventional-commits --conventional-prerelease --preid beta --yes else - npx lerna version --no-private --conventional-commits --conventional-graduate --yes + npx lerna version --no-private --conventional-commits --yes fi npx lerna publish from-git --yes