Skip to content

Commit 67633f9

Browse files
committed
chore: Fix quotes around version string.
1 parent 25377e0 commit 67633f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins:
77
- replacements:
88
- files:
99
- "./build.gradle"
10-
from: "version = .*"
11-
to: "version = ${nextRelease.version}"
10+
from: "version = '.*'"
11+
to: "version = '${nextRelease.version}'"
1212
- - "@semantic-release/exec"
1313
- prepareCmd: "./gradlew build --warn --stacktrace"
1414
publishCmd: "./gradlew publish --warn --stacktrace"

0 commit comments

Comments
 (0)