From cbe952c1aed4e289cc581a7ef97c32b9bd6bdcd8 Mon Sep 17 00:00:00 2001 From: mpaulosky <60372079+mpaulosky@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:20:29 -0700 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20GitVersion=20action=20parameter=20(?= =?UTF-8?q?useConfigFile=20=E2=86=92=20configFilePath)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitVersion v4 action no longer accepts 'useConfigFile'. Use 'configFilePath' to explicitly specify the GitVersion.yml location. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 797a9dc7..c62a7a13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: uses: gittools/actions/gitversion/execute@v4 continue-on-error: true with: - useConfigFile: true + configFilePath: ./GitVersion.yml - name: Set Version Variables id: version