From dc4c4cbe630975780a85317f5ab1df2090cd6f15 Mon Sep 17 00:00:00 2001 From: Bentley Hensel Date: Thu, 10 Aug 2023 13:41:09 -0400 Subject: [PATCH] Proper version --- .github/workflows/auto-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-version.yml b/.github/workflows/auto-version.yml index 8598c76..c27210d 100644 --- a/.github/workflows/auto-version.yml +++ b/.github/workflows/auto-version.yml @@ -21,7 +21,7 @@ jobs: - name: Generate Semantic Version id: version - uses: paulhatch/semantic-version@v5 + uses: PaulHatch/semantic-version@v5.0.3 with: tag_prefix: "v" major_pattern: "(MAJOR)"