Skip to content

Commit

Permalink
chore: Fix quotes around version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed Jul 7, 2021
1 parent 25377e0 commit 67633f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins:
- replacements:
- files:
- "./build.gradle"
from: "version = .*"
to: "version = ${nextRelease.version}"
from: "version = '.*'"
to: "version = '${nextRelease.version}'"
- - "@semantic-release/exec"
- prepareCmd: "./gradlew build --warn --stacktrace"
publishCmd: "./gradlew publish --warn --stacktrace"
Expand Down

0 comments on commit 67633f9

Please sign in to comment.