From b3d05ec995844ae888e1d43d6e5c770b7d654309 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 1 Mar 2023 12:25:12 -0600 Subject: [PATCH] Fetch depth for tags --- .github/workflows/create_tag.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index b43dbee..d2302f5 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - id: version name: Get current version run: |