Skip to content

Commit 6691a9c

Browse files
committed
show git config
1 parent d07cc33 commit 6691a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-versioning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/setup@v3.1.11
2121
with:
22-
versionSpec: "6.0.0"
22+
versionSpec: "6.0.x"
2323

2424
- name: Determine Version
2525
id: version_step # step id used as reference for output values
@@ -30,7 +30,7 @@ jobs:
3030
- name: Show GitVersion Config
3131
run: |
3232
pwd
33-
/opt/hostedtoolcache/GitVersion.Tool/6.0.0/dotnet-gitversion /showconfig
33+
ls /opt/hostedtoolcache/GitVersion.Tool
3434
3535
- name: Update package.json Version
3636
run: |

0 commit comments

Comments
 (0)