Skip to content

Commit

Permalink
smolchange
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jan 18, 2022
1 parent 3cbc155 commit a6fffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ task createRelease(dependsOn: requireClean){
exec{
commandLine "git"
def list = ["tag", "v$metadata.version", "-F", "./CHANGELOG.md"]
if(signing) list.add("-s")
if(signing) list.add(1, "-s")
args list
}

Expand Down

0 comments on commit a6fffb9

Please sign in to comment.