From 69e25be836423374f080b667c42d96ef643c595c Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Thu, 19 Oct 2023 10:36:23 +0200 Subject: [PATCH] ci(release): fetch all tags first --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a17843e..d345da5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: contents: write steps: - uses: actions/checkout@v2.4.0 + with: + fetch-tags: 'true' - uses: actions/setup-python@v2.3.1 with: python-version: 3.12