Skip to content

Commit

Permalink
(#6566) Run pnpm i before lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Jul 1, 2024
1 parent ec9d836 commit d74c02b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store
- name: Bump Versions
run: npx lerna version ${{github.event.inputs.version}} --no-private --tag-version-prefix='' -y

- name: Install
run: pnpm i --no-frozen-lockfile --no-verify-store-integrity

- name: Bump Versions
run: npx lerna version ${{github.event.inputs.version}} --no-private --tag-version-prefix='' -y

- name: Build
run: pnpm -r build

Expand Down

0 comments on commit d74c02b

Please sign in to comment.