From 3f47282ce17590675c85cba1d321c6a1f5c62efc Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sun, 9 Oct 2022 00:24:34 +0900 Subject: [PATCH] Fetch tags --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4e59d..8af4ff0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Get tags + run: git fetch --tags origin - uses: actions/setup-python@v4 with: python-version: '3.9'