Skip to content

Commit

Permalink
Merge pull request #73 from openameba/chore/fix-lerna-command
Browse files Browse the repository at this point in the history
chore: fix lerna command to publish
  • Loading branch information
herablog authored Nov 4, 2020
2 parents 6eae448 + 23c0b30 commit 0bd35b2
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 0bd35b2

Please sign in to comment.