Skip to content

Commit

Permalink
add gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia committed Oct 6, 2024
1 parent 3febab9 commit 7911e31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ jobs:
- name: Add .NET tools to PATH
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH

- uses: gittools/actions/gitversion/[email protected]
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'

- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/[email protected]

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 7911e31

Please sign in to comment.