Skip to content

Commit 4ff5c31

Browse files
committed
gha debugging
1 parent 13e5ae9 commit 4ff5c31

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release_central.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ jobs:
6969
tag-bump-and-gh-release:
7070
runs-on: ubuntu-latest
7171
steps:
72-
- name: Install git
73-
run: |
74-
apt-get update
75-
apt-get install -y git
76-
72+
7773
- name: Fetch ephemeral GitHub token
7874
id: fetch-ephemeral-token
7975
uses: elastic/ci-gh-actions/fetch-github-token@v1.0.0
@@ -89,6 +85,7 @@ jobs:
8985
path: elasticsearch-java
9086

9187
- run: |
88+
ls -la
9289
git tag v${{ inputs.version }}
9390
git push origin v${{ inputs.version }}
9491
echo ${{ inputs.version }} > config/version.txt

0 commit comments

Comments
 (0)