From e0e30e28535d6db961a6ac12f69b6b35d4293d9f Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Sun, 24 Mar 2024 18:08:01 +1100 Subject: [PATCH] Resolve incorrect checkout option in release workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49747f2e..f16f0570 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,14 +24,13 @@ jobs: with: repository: twohoursonelife/OneLife path: OneLife - fetch-tags: true - name: Checkout OneLifeData7 uses: actions/checkout@v4 with: repository: twohoursonelife/OneLifeData7 path: OneLifeData7 - fetch-tags: true + fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - name: Calculate next version