Skip to content

Commit

Permalink
Set correct targetCommitish for github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 24, 2022
1 parent e6e6a0a commit 5f473aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ distributions {
githubRelease {
token System.getenv("GITHUB_TOKEN") ?: ""
owner "TIGERs-Mannheim"
targetCommitish.set("master")
repo.set("AutoReferee")
releaseAssets distZip
tagName { "version/${versionDetails.lastTag}" }
Expand Down

0 comments on commit 5f473aa

Please sign in to comment.