Skip to content

Commit

Permalink
Merge pull request #590 from openameba/revert-584-ci/use-npx-with-lerna
Browse files Browse the repository at this point in the history
Revert "ci: use npx with lerna publish"
  • Loading branch information
takami-shunsuke committed Nov 16, 2022
2 parents 7dabd61 + 7f6e398 commit 3f7d875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: extract_branch
- name: Releaseing with lerna
# also see some options in lerna.json
run: npx lerna publish ${{ steps.extract_branch.outputs.version }} --conventional-commits --create-release github --yes --no-private
run: yarn lerna publish ${{ steps.extract_branch.outputs.version }} --conventional-commits --create-release github --yes --no-private
env:
GH_TOKEN: ${{ github.token }}
- name: Create Pull Request
Expand Down

0 comments on commit 3f7d875

Please sign in to comment.