Skip to content

Commit

Permalink
chore: Remove tag inside Lerna message because can't get newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 21, 2024
1 parent d405ae2 commit 15084c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
git config user.email "[email protected]"
git remote set-url origin https://cozy-bot:[email protected]/cozy/cozy-client.git
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
yarn lerna publish --yes -m "chore: Publish $(git describe --tags) [skip ci]"
yarn lerna publish --yes -m "chore: Publish [skip ci]"

0 comments on commit 15084c7

Please sign in to comment.