Skip to content

Commit 544d237

Browse files
committed
chore: update release action
1 parent 67c41d7 commit 544d237

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
git config user.email ${{ secrets.BOT_GIT_EMAIL }}
5454
git config user.name ${{ secrets.BOT_GIT_USERNAME }}
5555
56-
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git ${{ github.event.inputs.release_type }} \
57-
${{ (github.event.inputs.prerelease == 'true' && '--conventional-prerelease') || '--conventional-graduate' }}
56+
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
57+
${{ (github.event.inputs.prerelease == 'true' && '--conventional-prerelease') || '--conventional-graduate' }} \
58+
--create-release github
5859
env:
5960
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
6061
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)