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 4ff5c31 commit 7dad3b1Copy full SHA for 7dad3b1
1 file changed
.github/workflows/release_central.yml
@@ -85,7 +85,7 @@ jobs:
85
path: elasticsearch-java
86
87
- run: |
88
- ls -la
+ cd elasticsearch-java
89
git tag v${{ inputs.version }}
90
git push origin v${{ inputs.version }}
91
echo ${{ inputs.version }} > config/version.txt
0 commit comments