Skip to content

Commit

Permalink
Update release.yml (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Oct 6, 2023
1 parent db1a133 commit 2a20427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a20427

Please sign in to comment.