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: |