From 01b11f42736ff35ae8a0e855eaea0ea953867ea1 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 8 Jun 2023 08:17:06 -0600 Subject: [PATCH] Back to 6.x --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 955fc79b7..34ef36b1c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,8 @@ jobs: - name: Install and calculate the new version with GitVersion uses: gittools/actions/gitversion/setup@v0 with: - versionSpec: 5.x + versionSpec: '6.x' + includePrerelease: true - name: Determine Version uses: gittools/actions/gitversion/execute@v0