Skip to content

Commit

Permalink
feat(release): remove version republish (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDO authored Apr 23, 2024
1 parent a2fb28f commit 2a9ec69
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ const prepare = [
const perform = [
[
'@semantic-release/exec',
{
...triggerReleaseCmdData,
// Set tag for semantic getLatestRelease function correctly workflow. Npm version will cause error
prepareCmd: 'git tag v$(npm -v)'
},
triggerReleaseCmdData,
],
]

Expand Down

0 comments on commit 2a9ec69

Please sign in to comment.