From 1bf3b3738917f7f6387e3eacf22b66ee1a56a575 Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Fri, 23 Feb 2024 15:25:20 -0500 Subject: [PATCH] automated release bump wip --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddc16d1..8b38f01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 100 + fetch-tags: true - name: Bump tag version id: bump_version