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