From dd65e14142d26ed0e2b30be2ce48efe410ffb71e Mon Sep 17 00:00:00 2001 From: Justin Swanson Date: Thu, 21 Nov 2024 23:33:57 -0600 Subject: [PATCH] CI updates --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 95d90db..6a98d6e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -28,8 +28,8 @@ jobs: fetch-depth: 0 - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.3 - with: - versionSpec: '6.x' + with: + versionSpec: '6.x' - name: Determine Version id: version_step # step id used as reference for output values uses: gittools/actions/gitversion/execute@v3.0.3