Skip to content

Commit

Permalink
set release branch to master (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
drapostolos committed Dec 30, 2022
1 parent 94e4417 commit bfbe92f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -113,4 +113,8 @@ tasks.withType(Sign) {

release {
tagTemplate = '$name-$version'

git {
requireBranch.set('master')
}
}

0 comments on commit bfbe92f

Please sign in to comment.