Skip to content

Commit

Permalink
update action file
Browse files Browse the repository at this point in the history
  • Loading branch information
bit365 committed Nov 24, 2024
1 parent c772ac1 commit 9a944e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install GitVersion
run: dotnet tool install --global GitVersion.Tool

- name: Add GitVersion to PATH
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH

- name: Generate Version
id: gitversion
run: gitversion /output json /showvariable FullSemVer
Expand Down

0 comments on commit 9a944e7

Please sign in to comment.