Skip to content

Commit

Permalink
ci: make sure the published version is accepted on the version branch…
Browse files Browse the repository at this point in the history
… as well
  • Loading branch information
porcellus committed Jul 28, 2024
1 parent 271bbad commit 279ae90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ then
npm publish --tag latest
npm i || exit $?
npx -y chromatic --auto-accept-changes --branch=master
npx -y chromatic --auto-accept-changes --branch=$version
else
cd ..
npm publish --tag version-$version
Expand Down

0 comments on commit 279ae90

Please sign in to comment.