From 8844b7ba396854ca0501e1a099c51cb92d61e748 Mon Sep 17 00:00:00 2001 From: "Keto D. Zhang" Date: Mon, 17 Jun 2024 13:33:14 -0700 Subject: [PATCH] [skip ci] ci: Fix checkout should get all tags --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2545823..add1c68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-tags: true - name: Set up Python uses: actions/setup-python@v3 - name: Install Python dependencies