Skip to content

Commit 0131e7a

Browse files
committed
Removing failing config in GitVersion
1 parent a3b2156 commit 0131e7a

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
- name: Determine Version
6262
id: gitversion
6363
uses: gittools/actions/gitversion/[email protected]
64-
with:
65-
useConfigFile: true
6664

6765
- name: Display GitVersion outputs
6866
run: |

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
- name: Determine Version
6262
id: gitversion
6363
uses: gittools/actions/gitversion/[email protected]
64-
with:
65-
useConfigFile: true
6664

6765
- name: Display GitVersion outputs
6866
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
id: gitversion
157157
uses: gittools/actions/gitversion/[email protected]
158158
with:
159-
useConfigFile: true
160159
overrideConfig: |
161160
next-version=${{ needs.validate-release.outputs.version }}
162161

0 commit comments

Comments
 (0)