From 6792ebc9581b47fd6e3f2d1ab07a86760ce4dcb2 Mon Sep 17 00:00:00 2001 From: chrstphr Date: Mon, 21 Jul 2025 18:20:50 +0900 Subject: [PATCH] Deploy: fetch tags - without fetching tags, the deploy version was previously wrong --- .github/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5ad0ddd..ce885e1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -42,6 +42,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - name: Install uv uses: astral-sh/setup-uv@v5 with: