File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,6 @@ jobs:
118
118
file : git-repo/ci/tasks/stage.yml
119
119
params :
120
120
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))
126
121
- put : artifactory-repo
127
122
params :
128
123
<< : *artifactory-params
@@ -177,6 +172,11 @@ jobs:
177
172
BINTRAY_REPO : ((bintray-repo))
178
173
SONATYPE_USER_TOKEN : ((sonatype-user-token))
179
174
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))
180
180
- name : publish-eclipse-update-site
181
181
serial : true
182
182
plan :
You can’t perform that action at this time.
0 commit comments