Skip to content

Commit cf513b8

Browse files
committed
Tag
1 parent 81ba2fe commit cf513b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
tag=${ref:11} # 0.0.1
3030
npx lerna version $tag --yes --no-git-tag-version --no-push
3131
git commit -am "v$tag"
32+
git tag -f v$tag
3233
git push && git push --tags -f
3334
- name: publish to npm
3435
run: npx lerna publish from-git --yes

0 commit comments

Comments
 (0)