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