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