Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Jun 27, 2024
1 parent 248f81e commit 9252f2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
node-version: 20.x
registry-url: "https://registry.npmjs.org"

- uses: pnpm/action-setup@v4

- name: Build Packages
if: ${{ steps.release.outputs.releases_created }}
run: |
corepack enable
pnpm install
npx lerna run build
Expand Down

0 comments on commit 9252f2d

Please sign in to comment.