Skip to content

Commit

Permalink
build: set jreleaser releaseRepository=true to let it release new art…
Browse files Browse the repository at this point in the history
…ifacts to sonatype
  • Loading branch information
kagkarlsson committed May 30, 2024
1 parent 21f250f commit 3bd4745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ deploy:
active: ALWAYS
url: https://oss.sonatype.org/service/local
closeRepository: true
releaseRepository: false
releaseRepository: true
stagingRepositories:
- target/staging-deploy

0 comments on commit 3bd4745

Please sign in to comment.