From 8aa88d7343122f26dbd66b09f3d7302c408b0fbc Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 25 Nov 2024 17:24:39 -0700 Subject: [PATCH] ci: Tweaking the bump task to retrieve tags [skip ci] --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fa6889..dc6419f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4