Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Feb 23, 2024
1 parent 39f4731 commit e189f1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ module.exports = {
"tarballDir": "dist"
}
],
[
'@semantic-release/exec',
{
prepareCmd: `VERSION=\${nextRelease.version} npx nx run-many -t release --parallel=1 && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}`,
},
],
[
'@semantic-release/git',
{
Expand Down

0 comments on commit e189f1b

Please sign in to comment.