Skip to content

Commit 74cbc92

Browse files
committed
try fixing ci tag
1 parent 7622799 commit 74cbc92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release_central.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ 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+
7277
- name: Fetch ephemeral GitHub token
7378
id: fetch-ephemeral-token
7479
uses: elastic/ci-gh-actions/fetch-github-token@v1.0.0

0 commit comments

Comments
 (0)