fix of github_release files

This commit is contained in:
InsanusMokrassar 2020-10-08 17:53:24 +06:00
parent f278361470
commit 16d8850ca7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ private String getCurrentVersionChangelog() {
exec {
standardOutput = changelogDataOS
commandLine 'chmod', "+x", './changelog_parser.sh'
commandLine './changelog_parser.sh', "$library_version", 'CHANGELOG.md'
commandLine './changelog_parser.sh', "${project.version}", 'CHANGELOG.md'
}
return changelogDataOS.toString().trim()