Skip to content

Commit

Permalink
chore: --no-frozen-lockfile to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
oktoshi committed Dec 18, 2024
1 parent f686cd1 commit 14d9768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get install -y protobuf-compiler

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build packages
run: pnpm run build
Expand Down

0 comments on commit 14d9768

Please sign in to comment.