Skip to content

Commit 914cf04

Browse files
Antony BaileyAntony Bailey
authored andcommitted
used to use gitversion, let's see if it still works
1 parent 8d8f9ac commit 914cf04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
dotnet-version: 9.0.201
2323

2424
- name: Install GitVersion
25-
run: dotnet tool install --global GitVersion.Tool
26-
27-
- name: Determine version
25+
uses: gittools/actions/gitversion/execute@master
2826
id: gitversion
29-
run: gitversion /output json /showvariable FullSemVer
27+
with:
28+
useConfigFile: false
3029

3130
- name: Restore dependencies
3231
run: dotnet restore

0 commit comments

Comments
 (0)