From 6d972975841563cfc6c6df6e3a56ee2d9483125f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 22 Aug 2023 23:45:26 +0200 Subject: [PATCH] CI: use fetch-tags for Deken --- .github/workflows/pd-externals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pd-externals.yml b/.github/workflows/pd-externals.yml index 96ba24e7..8516e2eb 100644 --- a/.github/workflows/pd-externals.yml +++ b/.github/workflows/pd-externals.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v3 with: # check out all tags to get proper version in Deken package - fetch-depth: 0 + fetch-tags: true - name: Retrieve Linux externals uses: actions/download-artifact@v3 with: