From 095409112702c064108190f8be20f9e7ebe0d7c5 Mon Sep 17 00:00:00 2001 From: Ariel Demarco Date: Mon, 5 Aug 2024 09:51:19 -0300 Subject: [PATCH] fetch-depth and fetch-tags added so it can find the proper rc version number --- .github/workflows/create-release-candidate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/create-release-candidate.yml b/.github/workflows/create-release-candidate.yml index e946e18c..f102b44f 100644 --- a/.github/workflows/create-release-candidate.yml +++ b/.github/workflows/create-release-candidate.yml @@ -45,6 +45,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Exctract Production Readiness run: |