From 1aa231f2bf91a492b2269485838924d0597e1902 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 8 Jun 2023 07:41:34 -0600 Subject: [PATCH] Trying gitversion 6.x --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be53c2e3e..8723b297e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Install and calculate the new version with GitVersion uses: gittools/actions/gitversion/setup@v0 with: - versionSpec: 5.x + versionSpec: 6.x - name: Determine Version uses: gittools/actions/gitversion/execute@v0