Skip to content

Commit

Permalink
Working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Jul 23, 2020
1 parent 82bf9f9 commit 3d01600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ task publishGithubRelease() {
"driftfx-dist-${Versioning.version}.zip",
null)

def modify = github.modifyRelease(releaseId, true)
def modify = github.modifyRelease(releaseId, Versioning.releaseTag, true)
println new groovy.json.JsonBuilder(modify).toPrettyString()

} else {
Expand All @@ -391,7 +391,7 @@ task publishGithubRelease() {

println "going to modify release..."

def modify = github.modifyRelease(releaseId, true)
def modify = github.modifyRelease(releaseId, Versioning.timestamp, true)
println new groovy.json.JsonBuilder(modify).toPrettyString()


Expand Down

0 comments on commit 3d01600

Please sign in to comment.