Skip to content

Commit

Permalink
show git config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Mar 1, 2025
1 parent ed02508 commit c86317e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/auto-versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: "6.0.x"
versionSpec: "6.0.0"

- name: Determine Version
id: version_step # step id used as reference for output values
Expand All @@ -28,10 +28,11 @@ jobs:
useConfigFile: true

- name: Show GitVersion Config
id: show_config
uses: gittools/actions/gitversion/[email protected]
with:
arguments: "/showconfig"
run: |
pwd
cd /opt/hostedtoolcache/GitVersion.Tool/6.0.0
pwd
ls
- name: Update package.json Version
run: |
Expand Down

0 comments on commit c86317e

Please sign in to comment.