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 13e5ae9 commit 4ff5c31Copy full SHA for 4ff5c31
1 file changed
.github/workflows/release_central.yml
@@ -69,11 +69,7 @@ jobs:
69
tag-bump-and-gh-release:
70
runs-on: ubuntu-latest
71
steps:
72
- - name: Install git
73
- run: |
74
- apt-get update
75
- apt-get install -y git
76
-
+
77
- name: Fetch ephemeral GitHub token
78
id: fetch-ephemeral-token
79
uses: elastic/ci-gh-actions/fetch-github-token@v1.0.0
@@ -89,6 +85,7 @@ jobs:
89
85
path: elasticsearch-java
90
86
91
87
88
+ ls -la
92
git tag v${{ inputs.version }}
93
git push origin v${{ inputs.version }}
94
echo ${{ inputs.version }} > config/version.txt
0 commit comments