Skip to content

Commit e192ee0

Browse files
authored
fix workflow
1 parent 67485fe commit e192ee0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install GitVersion
3939
uses: gittools/actions/gitversion/[email protected]
4040
with:
41-
versionSpec: '6.x'
41+
versionSpec: '6.0.5'
4242

4343
- name: Determine Version
4444
run: |

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install GitVersion
4141
uses: gittools/actions/gitversion/[email protected]
4242
with:
43-
versionSpec: '6.x'
43+
versionSpec: '6.0.5'
4444

4545
- name: Determine Version
4646
run: |

GitVersion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mode: ContinuousDelivery
22
branches:
33
main:
4+
mode: ContinuousDeployment
45
label: ""
56
increment: Patch
67
is-main-branch: true

0 commit comments

Comments
 (0)