File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 84
84
vaultRoleId : ${{ secrets.VAULT_ROLE_ID }}
85
85
vaultSecretId : ${{ secrets.VAULT_SECRET_ID }}
86
86
pipeline : apm-agent-java-release
87
- pipelineCommit : ${{ env.RELEASE_VERSION }}
88
87
waitFor : true
89
88
printBuildLogs : false
90
89
buildEnvVars : |
@@ -204,9 +203,24 @@ jobs:
204
203
cat .ci/.arn-file.md >> $GITHUB_OUTPUT
205
204
echo 'ARN_CONTENT_EOF' >> $GITHUB_OUTPUT
206
205
206
+ post-release :
207
+ name : " Bump versions and create PR"
208
+ needs :
209
+ - await-maven-central-artifact
210
+ uses : ./.github/workflows/pre-post-release.yml
211
+ permissions :
212
+ contents : write
213
+ if : inputs.dry_run == false
214
+ with :
215
+ ref : ${{ inputs.ref }}
216
+ version : ${{ inputs.version }}
217
+ phase : ' post'
218
+ secrets : inherit
219
+
207
220
create-github-release :
208
221
name : " Create GitHub Release"
209
222
needs :
223
+ - post-release
210
224
- publish-aws-lambda
211
225
- update-major-branch
212
226
runs-on : ubuntu-latest
@@ -238,20 +252,6 @@ jobs:
238
252
--notes="[Release Notes for ${{ env.RELEASE_VERSION }}](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes-${{ steps.get_dotx_branch.outputs.dotx_branch }}.html#release-notes-${{ env.RELEASE_VERSION }})
239
253
${{ needs.publish-aws-lambda.outputs.arn_content }}"
240
254
241
- post-release :
242
- name : " Bump versions and create PR"
243
- needs :
244
- - await-maven-central-artifact
245
- uses : ./.github/workflows/pre-post-release.yml
246
- permissions :
247
- contents : write
248
- if : inputs.dry_run == false
249
- with :
250
- ref : ${{ inputs.ref }}
251
- version : ${{ inputs.version }}
252
- phase : ' post'
253
- secrets : inherit
254
-
255
255
notify :
256
256
if : ${{ always() && ! inputs.dry_run }}
257
257
needs :
You can’t perform that action at this time.
0 commit comments