Skip to content

Commit

Permalink
chore: remove --no-frozen-lockfile install step for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh authored Mar 7, 2024
1 parent 0f5297f commit 744242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
with:
version: 6.32.6
- run: pnpm install --no-frozen-lockfile
- run: pnpm install
- run: pnpm build

- name: Create Release Pull Request
Expand Down

0 comments on commit 744242f

Please sign in to comment.