Skip to content

Commit 2298d0c

Browse files
committed
Fixing gitversion issues.
1 parent 084cc5b commit 2298d0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: gitversion
4646
uses: gittools/actions/gitversion/execute@v4.1.0
4747
with:
48-
useConfigFile: true
48+
configFilePath: GitVersion.yml
4949

5050
- name: Restore dependencies
5151
run: dotnet restore

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mode: Mainline
1+
mode: MainLine
22
branches: {}
33
ignore:
44
sha: []

0 commit comments

Comments
 (0)