We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67485fe + e192ee0 commit bb96aafCopy full SHA for bb96aaf
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install GitVersion
39
uses: gittools/actions/gitversion/[email protected]
40
with:
41
- versionSpec: '6.x'
+ versionSpec: '6.0.5'
42
43
- name: Determine Version
44
run: |
.github/workflows/publish.yaml
@@ -40,7 +40,7 @@ jobs:
45
46
GitVersion.yml
@@ -1,6 +1,7 @@
1
mode: ContinuousDelivery
2
branches:
3
main:
4
+ mode: ContinuousDeployment
5
label: ""
6
increment: Patch
7
is-main-branch: true
0 commit comments