0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: fix publish script (#2173)

This commit is contained in:
Gao Sun 2022-10-17 22:14:26 +08:00 committed by GitHub
parent c0eaf66c26
commit fec04803de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,10 @@ jobs:
- name: Publish to GitHub
# add `no-verify-access` due to https://github.com/lerna/lerna/issues/2788
run: |
pnpx lerna@^5.0.0 publish \
pnpm \
--package=conventional-changelog-conventionalcommits \
--package=lerna@^5.0.0 \
dlx lerna publish \
-m "release: %s" \
--conventional-commits \
--preid=${{ github.event.inputs.preid }} \