Skip to content

Commit

Permalink
remove path env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent 5a00958 commit d6f98d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
run: |
# Install GitVersion as a global tool
dotnet tool install --global GitVersion.Tool --version 6.0.5
# Add the tool to PATH
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
dotnet-gitversion /showconfig -c src/gitversion.yml
- name: Show GitVersion config
Expand Down
2 changes: 2 additions & 0 deletions src/gitversion.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://gitversion.net/docs/reference/configuration

mode: ContinuousDelivery
next-version: 3.0.0

Expand Down

0 comments on commit d6f98d4

Please sign in to comment.