Skip to content

Commit

Permalink
build: Update release.yml - removed lerna from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
advaitk7 authored Dec 15, 2023
1 parent 687542a commit 876c590
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
- name: Install pnpm & lerna
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: npm i [email protected] [email protected] -g
# run: npm i [email protected] [email protected] -g
run: npm i [email protected] -g
- name: Install dependencies
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: pnpm i --frozen-lockfile
- name: Update versions
if: ${{ steps.release.outputs.release_created }}
working-directory: .
run: lerna version --yes
run: npm run :update:versions
# run: lerna version --yes
- name: Publish all packages
if: ${{ steps.release.outputs.release_created }}
working-directory: .
Expand Down

0 comments on commit 876c590

Please sign in to comment.