Skip to content

Commit 8e587f1

Browse files
authored
chore
1 parent c72f002 commit 8e587f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
id: changesets
4747
uses: changesets/action@v1
4848
with:
49-
version: pnpm exec changeset version
49+
version: |
50+
pnpm exec changeset version
51+
# Need to update lock file
52+
pnpm install --lockfile-only
5053
publish: pnpm exec changeset publish --access public
5154
commit: "chore(release): release in ci"
5255
title: "chore(release): release in ci"

0 commit comments

Comments
 (0)