Skip to content

Commit

Permalink
also skip tagging when releasing, since the pipeline triggers it on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
froks committed Jul 5, 2024
1 parent f77f31d commit a6b0d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jreleaser {
release {
github {
skipRelease = true
skipTag = true
}
}
signing {
Expand Down

0 comments on commit a6b0d58

Please sign in to comment.