Skip to content

Commit 363294c

Browse files
committed
chore: tweak release script
1 parent 293682e commit 363294c

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
@@ -12,6 +12,6 @@ git diff --exit-code
1212

1313
pnpm lerna version $1 -y
1414
pnpm moon run :build
15-
pnpm lerna publish from-package -y
15+
pnpm publish -r --access=public
1616
NEW_VERSION=$(pnpm lerna list --json | jq -r '.[] | select(.name == "@codspeed/core") | .version')
1717
gh release create v$NEW_VERSION --title "v$NEW_VERSION" --generate-notes -d

0 commit comments

Comments
 (0)