From 6d914b520e761493e030e416834b7b123784936b Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Sun, 2 Nov 2025 18:42:28 +0100 Subject: [PATCH] fix: automatic versioning --- .github/workflows/versions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml index 7d060bc..c166508 100644 --- a/.github/workflows/versions.yaml +++ b/.github/workflows/versions.yaml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v5 + with: + fetch-depth: 0 + persist-credentials: true - name: Configure git run: |