Skip to content

Commit

Permalink
Disable Releasing to GitHub in JReleaser
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Milnes <[email protected]>
Co-authored-by: DJ <[email protected]>
  • Loading branch information
3 people committed Oct 16, 2024
1 parent 16a0230 commit 86ba840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,9 @@ jreleaser {
}
}
}
release {
github {
enabled = false
}
}
}

0 comments on commit 86ba840

Please sign in to comment.