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:
parent
c0eaf66c26
commit
fec04803de
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -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 }} \
|
||||
|
|
Loading…
Reference in a new issue