Skip to content

Commit f6b33bb

Browse files
committed
publish with installing frozen-lockfile
1 parent 7fdc6b2 commit f6b33bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 16.x
2626
cache: "pnpm"
2727

28-
- run: pnpm install --frozen-lockfile
28+
- run: pnpm install && pnpm install --frozen-lockfile
2929
- name: Create Release Pull Request or Publish
3030
id: changesets
3131
uses: changesets/action@v1

0 commit comments

Comments
 (0)