File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1919# fi
2020
2121# publish to npm
22- yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
22+ # cyarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
2323
2424# immediately after promote - set up repo for next prerelease
2525# yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
2626
2727# dry run
28- # yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
28+ yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
2929
3030
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: Release
22on :
33 push :
44 branches :
5- - main
5+ - 6.4.x
66concurrency :
77 group : ${{ github.workflow }}-${{ github.ref }}
88 cancel-in-progress : true
99jobs :
1010 ci :
1111 name : CI
12- uses : ./.github/workflows/main .yml
12+ uses : ./.github/workflows/6.4.x .yml
1313
1414 docs :
1515 name : Documentation
You can’t perform that action at this time.
0 commit comments