Skip to content

Commit 73e230b

Browse files
committed
upgraded to gitversion 6
1 parent e805023 commit 73e230b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Determine Version
2727
uses: gittools/actions/gitversion/[email protected]
2828
with:
29-
updateProjectFiles: true
29+
useConfigFile: true
30+
updateAssemblyInfo: true
3031
id: gitversion # step id used as reference for output values
3132

3233
- name: Setup dotnet

0 commit comments

Comments
 (0)