Skip to content

Commit

Permalink
fix: release install command to update lock file (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin authored Oct 16, 2023
1 parent 94671a1 commit e4e2975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: RSBUILD_VERSION=nightly pnpm run update-rsbuild

- name: Install Dependencies && Build
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Release
uses: web-infra-dev/actions@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: pnpm run update-rsbuild

- name: Install Dependencies && Build
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Release
uses: web-infra-dev/actions@v2
Expand Down

0 comments on commit e4e2975

Please sign in to comment.