Skip to content

Commit b44342d

Browse files
author
Achaad
committed
fix: fix .releaserc command
1 parent 8db35d8 commit b44342d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
["@semantic-release/exec",
1616
{
17-
"prepareCmd": "poetry version ${nextRelease.version} && poetry build"
17+
"prepareCmd": "sed -i \"s/^version\\s*=\\s*'.*'/version = '${nextRelease.version}'/\" pyproject.toml"
1818
}
1919
],
2020
"@semantic-release/github",

0 commit comments

Comments
 (0)