Skip to content

Commit

Permalink
chore(ci): update lerna to latest version (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Apr 1, 2023
1 parent 0136e59 commit 7a9d499
Show file tree
Hide file tree
Showing 9 changed files with 16,072 additions and 13,502 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build packages
run: |
npm run build -w packages/commons
npm run build -w packages/logger & npm run build -w packages/tracer & npm run build -w packages/metrics
npm run build -w packages/logger & npm run build -w packages/tracer & npm run build -w packages/metrics & npm run build -w packages/parameters
- name: "Version and publish"
env:
GH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
Expand All @@ -48,7 +48,8 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
npx lerna version --conventional-commits --force-publish --yes
npx lerna publish from-git --no-verify-access --yes
git push --tags
npx lerna publish from-git --yes
- name: Set release version
id: set-release-version
run: |
Expand Down
Loading

0 comments on commit 7a9d499

Please sign in to comment.