Skip to content

Commit

Permalink
Do not push to remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed Aug 14, 2024
1 parent a4ce0f9 commit 7a28b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ configure(listOf(tasks.release, tasks.runBuildTasks)) {

release {
tagTemplate = "v\${version}"

git {
pushToRemote = null
}
}

0 comments on commit 7a28b6d

Please sign in to comment.