Skip to content

Commit 8c6a787

Browse files
committed
chore: sync package lock
1 parent 68666fa commit 8c6a787

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: changesets
2828
uses: changesets/action@v1
2929
with:
30-
version: npx changeset version && npm install --package-lock-only
30+
version: scripts/version.sh
3131
publish: npx changeset publish
3232
commit: "chore: prepare release"
3333
title: "chore: prepare release"

scripts/version.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
# SEE https://github.com/changesets/changesets/issues/1139
4+
npx changeset version
5+
npm install --package-lock-only

0 commit comments

Comments
 (0)