Skip to content

Commit

Permalink
Set the main branch to perform a release
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-varela authored Aug 19, 2021
1 parent ebac358 commit 7046461
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ publishing {
// avoid infinite CircleCI builds triggered by release commits
preCommitText = '[skip ci] '
buildTasks = ['assemble']
git {
requireBranch = 'main'
}
}

def sonatypeUsername = System.getenv('SONATYPE_USERNAME')
Expand Down

0 comments on commit 7046461

Please sign in to comment.