Skip to content

Commit

Permalink
chore: fix lerna command to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
herablog authored Nov 4, 2020
1 parent 6eae448 commit 23c0b30
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 @@ -45,6 +45,6 @@ jobs:
id: extract_version
- name: Releaseing with lerna
# also see some options in lerna.json
run: npx lerna release ${{ steps.extract_version.outputs.version }} --conventional-commits --create-release github --yes --no-private
run: npx lerna publish ${{ steps.extract_version.outputs.version }} --conventional-commits --create-release github --yes --no-private
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 23c0b30

Please sign in to comment.