Skip to content

Commit a21383b

Browse files
committed
chore: use installed lerna
1 parent c8ddd55 commit a21383b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
env:
5555
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
57-
lerna version ${{ github.event.inputs.version }} --yes
58-
lerna publish from-git --yes
57+
yarn lerna version ${{ github.event.inputs.version }} --yes
58+
yarn lerna publish from-git --yes
5959
- name: 'approve a pull request'
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)