diff --git a/.github/workflows/obs-staging-shared.yml b/.github/workflows/obs-staging-shared.yml index 0f03ab72b1..d7f5e48bc8 100644 --- a/.github/workflows/obs-staging-shared.yml +++ b/.github/workflows/obs-staging-shared.yml @@ -54,6 +54,8 @@ jobs: - name: Git Checkout uses: actions/checkout@v4 with: + # fetch all history with tags, we need to find the latest version tag + fetch-depth: 0 fetch-tags: true - name: Configure osc