lerna version needs --yes

This commit is contained in:
Andrew Branch
2020-03-05 16:43:23 -08:00
parent c3a6d4ce6b
commit d307aae779

View File

@@ -24,7 +24,7 @@ jobs:
run: |
ref=${{ github.ref }} # refs/tags/v0.0.1
tag=${ref:10} # v0.0.1
npx lerna version $tag
npx lerna version $tag --yes
- name: publish
run: npx lerna publish from-git --yes
env: