From 5b1d5d3921dc52cc82242ad360e420a7a114136d Mon Sep 17 00:00:00 2001 From: Alex Christy <80216803+alexchristy@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:44:32 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 845660d..2340f3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,11 @@ jobs: uses: actions/checkout@v4 with: ref: main + fetch-depth: 0 + + # Verify the version + - name: Verify version + run: hatch version # Set up Python - name: Set up Python