From 0392d080987f9fa532d53de0416edddaaff0320f Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Wed, 30 Aug 2023 06:43:39 -0600 Subject: [PATCH] back to 5.x --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index add0ca6a1..db34f23bb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,14 +21,14 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0 with: - versionSpec: '6.x' + versionSpec: '5.x' includePrerelease: true - name: Determine Version uses: gittools/actions/gitversion/execute@v0 with: useConfigFile: true - additionalArguments: /b develop + #additionalArguments: /b develop id: gitversion # step id used as reference for output values - name: Setup dotnet