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
46d3c3a8cd
commit
e943acf081
1 changed files with 1 additions and 3 deletions
|
@ -25,13 +25,11 @@ jreleaser {
|
|||
|
||||
release {
|
||||
github {
|
||||
skipTag = !isFullRelease
|
||||
repoOwner = 'xpipe-io'
|
||||
// skipTag = !isFullRelease
|
||||
overwrite = true
|
||||
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