Skip to content

Commit 52327de

Browse files
author
Anthony Romano
committed
fix
1 parent f2b4d01 commit 52327de

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- name: Run GitVersion
3434
id: gitversion
3535
uses: gittools/actions/gitversion/execute@v0
36+
with:
37+
useConfigFile: true
3638
- name: Show GitVersion
3739
run: |
3840
Write-Output ${{ steps.gitversion.outputs }}

Diff for: GitVersion.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
mode: Mainline
2+
branches:
3+
master:
4+
regex: ^latest$
5+
pull-request:
6+
tag: pr

0 commit comments

Comments
 (0)