From 73e230b87729ddb545d82349747879dc5c351219 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 6 Mar 2025 11:17:57 -0700 Subject: [PATCH] upgraded to gitversion 6 --- .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 92a78f8ae..545f59605 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,8 @@ jobs: - name: Determine Version uses: gittools/actions/gitversion/execute@v3.1.11 with: - updateProjectFiles: true + useConfigFile: true + updateAssemblyInfo: true id: gitversion # step id used as reference for output values - name: Setup dotnet