From 7993e6d5ae991b3751fc719f9804ef9e92f9d003 Mon Sep 17 00:00:00 2001 From: tiawl Date: Thu, 25 Apr 2024 20:20:56 +0200 Subject: [PATCH] [debug] --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 552ed3c..44bd3d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - uses: actions/checkout@v4 with: repository: "${{ github.repository_owner }}/${{ matrix.repo.dep }}" + fetch-tags: true - name: Prepare CD id: prepare @@ -86,6 +87,7 @@ jobs: - uses: actions/checkout@v4 with: repository: "${{ github.repository_owner }}/${{ matrix.repo }}" + fetch-tags: true - name: Prepare dump id: prepare