From 0e4de02b526f8ae0450e4448a2b6829ba8128e6a Mon Sep 17 00:00:00 2001 From: Constantin Piber <59023762+cpiber@users.noreply.github.com> Date: Sun, 31 May 2026 23:44:51 +0200 Subject: [PATCH] wiki: fetch all objects to determine tag (#2081) --- .github/workflows/wiki.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index b3cadaeaa..985d53a4f 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -24,6 +24,8 @@ jobs: with: repository: ${{github.repository}} path: ${{github.repository}} + fetch-depth: 0 # fetch history & tags to determine stable version + fetch-tags: true - name: Checkout Wiki uses: actions/checkout@v6