Skip to content

Commit 3c2e0ef

Browse files
author
Achaad
committed
fix: fix .releaserc command
1 parent b44342d commit 3c2e0ef

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": "sed -i \"s/^version\\s*=\\s*'.*'/version = '${nextRelease.version}'/\" pyproject.toml"
17+
"prepareCmd": "sed -i \"s/^version\\s*=\\s*'.*'/version = '\\${nextRelease.version}'/\" pyproject.toml"
1818
}
1919
],
2020
"@semantic-release/github",

0 commit comments

Comments
 (0)