We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ba2fe commit cf513b8Copy full SHA for cf513b8
.github/workflows/publish.yml
@@ -29,6 +29,7 @@ jobs:
29
tag=${ref:11} # 0.0.1
30
npx lerna version $tag --yes --no-git-tag-version --no-push
31
git commit -am "v$tag"
32
+ git tag -f v$tag
33
git push && git push --tags -f
34
- name: publish to npm
35
run: npx lerna publish from-git --yes
0 commit comments