From 53a8e6c7e142cfe22e299c814eb5f0018a8d0da9 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 10 Mar 2024 17:46:09 -0500 Subject: [PATCH] ci: pull down full history --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b96167d..5e8178d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 with: - fetch-depth: 100 # Should be deep enough to pick up version changes. + fetch-depth: 0 fetch-tags: true # Break apart downloading all the requirements into a separate step for timing purposes.