From 55f8c8e3a77b4fcb038868b08a720cf20fc75f47 Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:18:39 -0700 Subject: [PATCH] CI: Fetch all tags --- .github/workflows/push-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index bd8510a..211334e 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -73,6 +73,8 @@ jobs: # ====== - name: Check out uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: