Skip to content

Commit e7de87f

Browse files
committed
Maybe this works? Haha
1 parent fb75f02 commit e7de87f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
23+
24+
- name: Install GitVersion
25+
uses: gittools/actions/gitversion/setup@v3.2.1
26+
with:
27+
versionSpec: '6.3.x'
28+
29+
- name: Determine Version
30+
id: version_step
31+
uses: gittools/actions/gitversion/execute@v3.2.1
32+
with:
33+
updateProjectFiles: true
2134

2235
- name: Setup dotnet
2336
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)