We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcf7ec commit 00f408dCopy full SHA for 00f408d
.github/workflows/release_central.yml
@@ -72,6 +72,7 @@ jobs:
72
token: ${{ steps.fetch-ephemeral-token.outputs.token }}
73
ref: ${{ inputs.branch }}
74
path: elasticsearch-java
75
+ # TODO git push after making sure the version bump works
76
run: |
77
git tag v${{ inputs.version }}
78
git push origin v${{ inputs.version }}
0 commit comments