Skip to content

Commit

Permalink
ci: Update file name for .releaserc.
Browse files Browse the repository at this point in the history
Change-Id: Ibffef5eb7f229a657aef1b4d7f61b5fa6a4f5c63
  • Loading branch information
arriolac committed Jul 26, 2021
1 parent 0471940 commit a20aa73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
- - "@google/semantic-release-replace-plugin"
- replacements:
- files:
- "./build.gradle"
- "./build.gradle.kts"
from: "version = \".*\""
to: "version = \"${nextRelease.version}\""
- files:
Expand All @@ -18,7 +18,7 @@ plugins:
publishCmd: "./gradlew publish --warn --stacktrace"
- - "@semantic-release/git"
- assets:
- "./build.gradle"
- "./build.gradle.kts"
- "README.md"
- "@semantic-release/github"
options:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ subprojects {
signing {
sign(publishing.publications.findByName("aar"))
}
}
}

0 comments on commit a20aa73

Please sign in to comment.