From 2d1b5314ade679b0e4d8d3e90e6f60c25bb9da82 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 Jan 2023 18:47:50 -0600 Subject: [PATCH] Fetch tags --- .github/workflows/create_tag.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index 70758ae..b1a5a77 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -19,8 +19,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: - fetch-depth: 0 + + - name: Fetch tags + run: git fetch --tags --force - name: Get current version run: |