Skip to content

Commit

Permalink
skip release + tag in github while publishing to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
12rcu committed Jul 21, 2024
1 parent 13c35ec commit 86f290a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ repositories {
jreleaser {
release {
github {
releaseName.set("{{tagName}}")
overwrite.set(true)
skipTag = true
skipRelease = true
}
}
signing {
Expand Down

0 comments on commit 86f290a

Please sign in to comment.