Skip to content

Commit 9b3cd6c

Browse files
authored
Merge pull request #226 from gyurielf/lockfile
fix: cicd
2 parents 913a93a + b7a94c9 commit 9b3cd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: pnpm
3333

3434
- name: Install dependencies
35-
run: pnpm install --frozen-lockfile
35+
run: pnpm install --no-frozen-lockfile
3636

3737
- name: Package
3838
run: pnpm package

0 commit comments

Comments
 (0)