File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,6 @@ jobs:
118118 file : git-repo/ci/tasks/stage.yml
119119 params :
120120 RELEASE_TYPE : RELEASE
121- - task : generate-release-notes
122- file : git-repo/ci/tasks/generate-release-notes.yml
123- params :
124- GITHUB_USERNAME : ((github-username))
125- GITHUB_TOKEN : ((github-release-notes-access-token))
126121 - put : artifactory-repo
127122 params :
128123 << : *artifactory-params
@@ -177,6 +172,11 @@ jobs:
177172 BINTRAY_REPO : ((bintray-repo))
178173 SONATYPE_USER_TOKEN : ((sonatype-user-token))
179174 SONATYPE_PASSWORD_TOKEN : ((sonatype-password-token))
175+ - task : generate-release-notes
176+ file : git-repo/ci/tasks/generate-release-notes.yml
177+ params :
178+ GITHUB_USERNAME : ((github-username))
179+ GITHUB_TOKEN : ((github-release-notes-access-token))
180180- name : publish-eclipse-update-site
181181 serial : true
182182 plan :
You can’t perform that action at this time.
0 commit comments