Skip to content

Commit d522821

Browse files
committed
Remove dry-run
1 parent d864860 commit d522821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ githubRelease {
391391
body = releaseNotes
392392
prerelease = true
393393
releaseAssets = packageDistroWithDependencies.outputs.files.collect {it.path}
394-
dryRun = true
394+
dryRun = false
395395
}
396396

397397
tasks.named('githubRelease').configure {

0 commit comments

Comments
 (0)