Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 1dc1da7

Browse files
committed
Fix release branch for github release plugin
1 parent 6905291 commit 1dc1da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ githubRelease.doFirst {
7373
token = System.getProperty('GITHUB_TOKEN')
7474
tagName = currentVersion
7575
assets = [ filename ]
76+
targetCommitish = 'main'
7677
}
7778
}
7879

0 commit comments

Comments
 (0)