Skip to content

Commit 7a9d499

Browse files
authored
chore(ci): update lerna to latest version (#1394)
1 parent 0136e59 commit 7a9d499

File tree

9 files changed

+16072
-13502
lines changed

9 files changed

+16072
-13502
lines changed

Diff for: .github/workflows/make-release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build packages
4040
run: |
4141
npm run build -w packages/commons
42-
npm run build -w packages/logger & npm run build -w packages/tracer & npm run build -w packages/metrics
42+
npm run build -w packages/logger & npm run build -w packages/tracer & npm run build -w packages/metrics & npm run build -w packages/parameters
4343
- name: "Version and publish"
4444
env:
4545
GH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
@@ -48,7 +48,8 @@ jobs:
4848
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4949
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
5050
npx lerna version --conventional-commits --force-publish --yes
51-
npx lerna publish from-git --no-verify-access --yes
51+
git push --tags
52+
npx lerna publish from-git --yes
5253
- name: Set release version
5354
id: set-release-version
5455
run: |

0 commit comments

Comments
 (0)