We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c41d7 commit 544d237Copy full SHA for 544d237
1 file changed
.github/workflows/release.yml
@@ -53,8 +53,9 @@ jobs:
53
git config user.email ${{ secrets.BOT_GIT_EMAIL }}
54
git config user.name ${{ secrets.BOT_GIT_USERNAME }}
55
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' }}
+ ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
+ ${{ (github.event.inputs.prerelease == 'true' && '--conventional-prerelease') || '--conventional-graduate' }} \
58
+ --create-release github
59
env:
60
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
61
NPM_CONFIG_PROVENANCE: true
0 commit comments