Skip git tag because GitHub release does that

This commit is contained in:
Andrew Branch
2020-03-05 16:56:52 -08:00
parent ef72d04606
commit 5e7b477f02

View File

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