Skip to content

Commit 4fdb98e

Browse files
committed
Move release to after maven central sync
1 parent 05a12db commit 4fdb98e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: ci/pipeline.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ jobs:
125125
- put: git-repo
126126
params:
127127
repository: stage-git-repo
128-
- put: github-release
129-
params:
130-
name: generated-release-notes/tag
131-
tag: generated-release-notes/tag
132-
body: generated-release-notes/release-notes
133128
- name: promote-release
134129
serial: true
135130
plan:
@@ -177,6 +172,11 @@ jobs:
177172
params:
178173
GITHUB_USERNAME: ((github-username))
179174
GITHUB_TOKEN: ((github-release-notes-access-token))
175+
- put: github-release
176+
params:
177+
name: generated-release-notes/tag
178+
tag: generated-release-notes/tag
179+
body: generated-release-notes/release-notes
180180
- name: publish-eclipse-update-site
181181
serial: true
182182
plan:

0 commit comments

Comments
 (0)