Skip to content

Commit f7b1895

Browse files
committed
fix: replace deprecated useConfigFile with configFilePath in GitVersion actions
1 parent 0014bf3 commit f7b1895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: gitversion
5050
uses: gittools/actions/gitversion/execute@v4.1.0
5151
with:
52-
useConfigFile: true
52+
configFilePath: GitVersion.yml
5353

5454
- name: Determine Tag
5555
id: determine-tag
@@ -112,7 +112,7 @@ jobs:
112112
id: gitversion
113113
uses: gittools/actions/gitversion/execute@v4.1.0
114114
with:
115-
useConfigFile: true
115+
configFilePath: GitVersion.yml
116116

117117
- name: Cache NuGet packages
118118
uses: actions/cache@v4.3.0

0 commit comments

Comments
 (0)