wiki: fetch all objects to determine tag (#2081)

This commit is contained in:
Constantin Piber
2026-05-31 23:44:51 +02:00
committed by GitHub
parent 1b9db6cb01
commit 0e4de02b52

View File

@@ -24,6 +24,8 @@ jobs:
with: with:
repository: ${{github.repository}} repository: ${{github.repository}}
path: ${{github.repository}} path: ${{github.repository}}
fetch-depth: 0 # fetch history & tags to determine stable version
fetch-tags: true
- name: Checkout Wiki - name: Checkout Wiki
uses: actions/checkout@v6 uses: actions/checkout@v6