File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353 run : |
54- pnpm exec lerna version ${{ github.event.inputs.version }} -y --no-push
54+ NEW_VERSION=$(cd packages/devextreme-cli && npm version ${{ github.event.inputs.version }} --no-git-tag-version)
55+ (cd packages/devextreme-schematics && npm version "$NEW_VERSION" --no-git-tag-version)
56+ npm version "$NEW_VERSION" --no-git-tag-version
57+ git add -A
58+ git commit -m "$NEW_VERSION"
59+ git tag "$NEW_VERSION"
5560 git push -f --follow-tags --no-verify --atomic origin master
56- pnpm exec lerna publish from- git -y
61+ pnpm --filter './packages/*' publish --no- git-checks
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 },
1616 "devDependencies" : {
1717 "@angular-eslint/schematics" : " ^0.2.0-beta.1" ,
18- "lerna" : " ^5.6.2" ,
1918 "pre-commit" : " ^1.2.2" ,
2019 "puppeteer" : " ^24.41.0"
2120 },
You can’t perform that action at this time.
0 commit comments