From 68a0385bc8636c2d5a0ca9e1f2eaa3c00b0c4d23 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 8 Jun 2023 07:59:08 -0600 Subject: [PATCH] Back to 5.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 cefb51d5d..6cee8a7f4 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: 6.x + versionSpec: 5.x - name: Determine Version uses: gittools/actions/gitversion/execute@v0