Skip to content

Commit

Permalink
ci(Semantic release): Fix sed command to update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Mar 21, 2020
1 parent bc888b4 commit 4525fdb
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 @@ -86,7 +86,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "sed -i -e 's!.*:${nextRelease.version}!g' director/version.py"
"prepareCmd": "sed -i -e 's!.*!${nextRelease.version}!g' director/version.py"
}
],
"@semantic-release/git",
Expand Down

0 comments on commit 4525fdb

Please sign in to comment.