From 939a8ec88804e7e5d9af05b8d6d3f79604c82d07 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 29 Nov 2024 20:58:20 +1100 Subject: [PATCH] add fetch tags --- .github/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2b21b75..c7d2caf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -48,6 +48,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - name: See versioning run: git describe @@ -82,6 +83,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - name: Build sdist run: pipx run build --sdist