Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Mar 27, 2023
1 parent 8fb7eb4 commit 00c92ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
# Fail if there are any unstaged changes left
git diff --exit-code

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

0 comments on commit 00c92ea

Please sign in to comment.