Skip to content

Commit 00c92ea

Browse files
committed
chore: fix release script
1 parent 8fb7eb4 commit 00c92ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
# Fail if there are any unstaged changes left
1111
git diff --exit-code
1212

13-
pnpm lerna version $1 -y
13+
pnpm lerna version $1 -y --force-publish
1414
pnpm moon run :build
1515
pnpm publish -r --access=public
1616
NEW_VERSION=$(pnpm lerna list --json | jq -r '.[] | select(.name == "@codspeed/core") | .version')

0 commit comments

Comments
 (0)