Update jreleaser.gradle

This commit is contained in:
Christopher Schnick 2022-10-11 19:17:57 +02:00
parent 531cee5669
commit 55af11399c

View file

@ -28,9 +28,10 @@ jreleaser {
skipTag = !isFullRelease
repoOwner = 'xpipe-io'
overwrite = true
tagName = '{{projectVersion}}'
releaseName = '{{tagName}}'
tagName = proj.version
releaseName = proj.version
token = proj.hasProperty("XPIPE_GITHUB_TOKEN") ? proj.property("XPIPE_GITHUB_TOKEN") : System.getenv("XPIPE_GITHUB_TOKEN")
draft = false
files = true
artifacts = true