From 4dda00155b2e698832ead18b0da7ed275546b013 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Fri, 21 Feb 2025 19:25:23 +0000 Subject: [PATCH] fix: update workflow to unblock release pipeline Signed-off-by: Arjun Raja Yogidas --- .github/workflows/release-automation.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 3d0f15a8..7fb381ad 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -36,6 +36,8 @@ jobs: with: go-version: ${{ env.GO_VERSION }} cache: false + - name: Fetch tags # See https://github.com/actions/checkout/issues/2041 + run: git fetch --tags - name: 'Echo RELEASE_TAG ENV' run: echo ${{ env.RELEASE_TAG }} - name: Setup variables and release directories