From 4fb43c343fd20e49a3ece9214a9bf624d1fe6843 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 11 Sep 2024 10:15:39 +0100 Subject: [PATCH] [LOCAL][CI] Fetch Github tags in the publish-release job (#46127) --- .github/workflows/publish-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 06560a2c848cde..7c4a5fe3c64554 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -566,6 +566,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.1 + with: + fetch-depth: 0 + fetch-tags: true - name: Create /tmp/hermes/osx-bin directory run: mkdir -p /tmp/hermes/osx-bin - name: Download osx-bin release artifacts