Skip to content

Commit e688a1c

Browse files
committed
ci: update lockfile in release workflow
1 parent 831342d commit e688a1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/create-versioning-pull-request.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ if (await isClean()) {
5959
process.exit();
6060
}
6161

62+
// Update lockfile.
63+
await $`pnpm install --no-frozen-lockfile`;
64+
6265
// Push changes.
6366
console.info(`Pushing changes to ${GITHUB_HEAD_BRANCH}.`);
6467
await $`git commit -a -m ${"chore: version package(s)"}`;

0 commit comments

Comments
 (0)