Skip to content

Commit

Permalink
show git config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Feb 28, 2025
1 parent 2e9ea95 commit cf9ff16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
useConfigFile: true

- name: Show GitVersion Config
run: which gitversion
run: |
echo $PATH
ls -l /opt/hostedtoolcache/GitVersion.Tool
- name: Update package.json Version
run: |
Expand Down

0 comments on commit cf9ff16

Please sign in to comment.