From ea6ac6ee409a4b6269930a713fb8273f66a9ee6b Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 3 Jan 2024 22:04:14 +0100 Subject: [PATCH] Added `git fetch --force --tags`. --- .github/workflows/pr_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 11970f5658..6bcbf75eba 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: git fetch --force --tags - name: restore_cache uses: actions/cache@v3.3.2 with: