Skip to content

Commit

Permalink
try another
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent 85a7e31 commit a894e8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,16 @@ jobs:

- name: Setup GitVersion Tool
run: |
# Install GitVersion as a global tool
dotnet tool install --global GitVersion.Tool --version 6.0.5
dotnet tool run gitversion /showconfig -c src/gitversion.yml
# Add the tool to PATH
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
dotnet-gitversion /showconfig -c src/gitversion.yml
- name: Show GitVersion config
run: |
# Execute GitVersion and output JSON
gitversion /output json /config src/gitversion.yml
- name: Validate preview settings
run: |
Expand Down

0 comments on commit a894e8e

Please sign in to comment.