From 4f1a67775088e7cce41969d47e4ffae74d370346 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:00:17 -0500 Subject: [PATCH] Fix tagging 4 (#110) This should bump a #MINOR version... This is a test. --- .github/workflows/tags.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tags.yaml b/.github/workflows/tags.yaml index 3769828..8de8148 100644 --- a/.github/workflows/tags.yaml +++ b/.github/workflows/tags.yaml @@ -19,3 +19,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PRERELEASE: false WITH_V: true + MAJOR_STRING_TOKEN: MAJOR + MINOR_STRING_TOKEN: MINOR + PATCH_STRING_TOKEN: PATCH + NONE_STRING_TOKEN: NONE