From a93165a0661bbdc458c4a027bee7710783440c1d Mon Sep 17 00:00:00 2001 From: "James Armes (they/them)" Date: Thu, 17 Oct 2024 16:51:50 -0400 Subject: [PATCH] ci: Checkout tags when building a new release. (#6) --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5dd5f63..dd9cb8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v4 + with: + fetch-tags: true - name: Bump version and create changelog id: bump uses: commitizen-tools/commitizen-action@master