Skip to content

Commit

Permalink
Merge pull request #386 from Ableton/nre/master/fix-file-list
Browse files Browse the repository at this point in the history
Yet more fixes for publishing GitHub releases
  • Loading branch information
nre-ableton authored Oct 18, 2023
2 parents bf30ea8 + 007c0a6 commit 69a2aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,14 @@ devToolsProject.run(
withCredentials([
string(credentialsId: 'build-api-key', variable: 'BUILD_API_TOKEN'),
]) {
List distFiles = findFiles(glob: 'ruleset.groovy') +
findFiles(glob: 'run_codenarc.py')
gitHub.makeRelease(
apiToken: BUILD_API_TOKEN,
commitish: params.JENKINS_COMMIT,
files: ['ruleset.groovy', 'run_codenarc.py'],
files: distFiles,
owner: 'Ableton',
publish: true,
repository: 'groovylint',
tagName: versionNumber,
)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.3
0.14.4

0 comments on commit 69a2aaf

Please sign in to comment.