Skip to content

Commit

Permalink
ci(lerna): fix lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-kai committed Jul 16, 2021
1 parent 101844c commit 9f78685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ then
echo "spotify/web-scripts: Configuring npm for publishing..."
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "spotify/web-scripts: Attempting publish..."
npx lerna publish --yes --conventional-commits --create-release=github --registry=https://registry.npmjs.org
npx lerna publish --yes --force-publish --conventional-commits --create-release=github --registry=https://registry.npmjs.org
exit $?
else
echo "spotify/web-scripts: No release will be triggered." >&2
Expand Down

0 comments on commit 9f78685

Please sign in to comment.