diff --git a/.github/workflows/stage-release.yml b/.github/workflows/stage-release.yml index 7c7e6c2f20ac8..940fc1593ed20 100644 --- a/.github/workflows/stage-release.yml +++ b/.github/workflows/stage-release.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + with: + fetch-tags: true - name: Extract version from branch name id: extract_version run: |