Skip to content

Commit

Permalink
fix:pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 15, 2023
1 parent 1818393 commit f1f1b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"coverage": "npx lerna run --stream coverage",
"test": "npx lerna run --stream test",
"docs": "npx lerna run --stream docs",
"release": "npx lerna exec --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo"
"release": "npx lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo --tag-format='${LERNA_PACKAGE_NAME}-v\\${version}'"
},
"author": "elribonazo@gmail.com",
"license": "Apache-2.0",
Expand Down

0 comments on commit f1f1b07

Please sign in to comment.