Browse Source

upgraded to gitversion 6

Tig 4 months ago
parent
commit
73e230b877
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/publish.yml

+ 2 - 1
.github/workflows/publish.yml

@@ -26,7 +26,8 @@ jobs:
     - name: Determine Version
       uses: gittools/actions/gitversion/[email protected]
       with:
-        updateProjectFiles: true
+        useConfigFile: true
+        updateAssemblyInfo: true
       id: gitversion # step id used as reference for output values
 
     - name: Setup dotnet