We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb75f02 commit e7de87fCopy full SHA for e7de87f
1 file changed
.github/workflows/ci-build.yml
@@ -18,6 +18,19 @@ jobs:
18
steps:
19
- name: Checkout
20
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
27
+ versionSpec: '6.3.x'
28
29
+ - name: Determine Version
30
+ id: version_step
31
+ uses: gittools/actions/gitversion/execute@v3.2.1
32
33
+ updateProjectFiles: true
34
35
- name: Setup dotnet
36
uses: actions/setup-dotnet@v4
0 commit comments