mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Update jreleaser.gradle
This commit is contained in:
parent
531cee5669
commit
55af11399c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue