mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Tag
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
tag=${ref:11} # 0.0.1
|
||||
npx lerna version $tag --yes --no-git-tag-version --no-push
|
||||
git commit -am "v$tag"
|
||||
git tag -f v$tag
|
||||
git push && git push --tags -f
|
||||
- name: publish to npm
|
||||
run: npx lerna publish from-git --yes
|
||||
|
||||
Reference in New Issue
Block a user