Another attempt at fixing changelog naming

This commit is contained in:
Adubbz 2019-05-04 17:46:37 +10:00
parent 48a05fb3fe
commit 1b4b8cffe0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
}
}
steps {
writeChangelog(currentBuild, 'build/BiomesOPlenty-${env.MYVERSION}-changelog.txt')
writeChangelog(currentBuild, 'build/BiomesOPlenty-' + env.MYVERSION + '-changelog.txt')
}
}
stage('publish') {