Skip to content

Commit 478737f

Browse files
Augment Codetrieloff
authored andcommitted
fix: escape prepareCmd template syntax for semantic-release
Signed-off-by: Lars Trieloff <lars@trieloff.net>
1 parent f23c9d7 commit 478737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[
2121
"@semantic-release/exec",
2222
{
23-
"prepareCmd": "bash \"${GITHUB_WORKSPACE:-$(git rev-parse --show-toplevel)}/scripts/prepare-release.sh\" \"$PWD\" \"${nextRelease.version}\""
23+
"prepareCmd": "bash \"$(git rev-parse --show-toplevel)/scripts/prepare-release.sh\" \"$PWD\" \"${nextRelease.version}\""
2424
}
2525
],
2626
[

0 commit comments

Comments
 (0)