Skip to content

Commit 5ca2ed1

Browse files
committed
Fix dev publishing (#1017)
1 parent d287780 commit 5ca2ed1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
pnpm build:packages:prod
5353
pnpm changeset version --no-git-tag --snapshot dev
54+
pnpm install --no-frozen-lockfile
5455
pnpm changeset publish --tag dev
5556
env:
5657
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)