Skip to content

Commit

Permalink
chore: use installed lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed May 28, 2024
1 parent c8ddd55 commit a21383b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
lerna version ${{ github.event.inputs.version }} --yes
lerna publish from-git --yes
yarn lerna version ${{ github.event.inputs.version }} --yes
yarn lerna publish from-git --yes
- name: 'approve a pull request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a21383b

Please sign in to comment.