File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 4444 needs :
4545 - validate-version
4646 steps :
47- - id : buildkite-run
47+ - name : Start buildkite run
48+ id : buildkite-run
4849 uses : elastic/oblt-actions/buildkite/run@v1
4950 with :
5051 pipeline : " elasticsearch-java-release"
5455 env-vars : |
5556 DRY_RUN=${{ inputs.dry_run }}
5657 VERSION=${{ inputs.version }}
58+
59+ - name : Fetch ephemeral GitHub token
60+ id : fetch-ephemeral-token
61+ uses :
elastic/ci-gh-actions/[email protected] 62+ with :
63+ vault-instance : " ci-prod"
64+
65+ - name : Tag branch ${{ inputs.branch }} with release ${{ inputs.version }}
66+ uses : actions/checkout@v4
67+ with :
68+ repository : elastic/elasticsearch-java
69+ token : ${{ steps.fetch-ephemeral-token.outputs.token }}
70+ ref : ${{ inputs.branch }}
71+ path : elasticsearch-java
72+ run : |
73+ git tag v${{ inputs.version }}
74+ git push origin v${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments