Skip to content

Commit

Permalink
update-env-3 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal authored Mar 21, 2024
1 parent 7cd2151 commit 6334066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:

- name: Install dependencies
if: env.IS_LATEST == 'true'
run: pnpm ci
run: pnpm install --frozen-lockfile

- name: Build all workspace packages
if: env.IS_LATEST == 'true'
run: pnpm build
run: pnpm --recursive --stream build

- name: Publish @web5/${{ matrix.package }}@${{ env.REPO_VERSION }}
if: env.IS_LATEST == 'true'
Expand Down

0 comments on commit 6334066

Please sign in to comment.