Skip to content

Commit

Permalink
fix: Add NBGV tool for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldmaale committed Mar 17, 2024
1 parent ab22eaf commit ed0801f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Install NBGV tool
uses: dotnet/nbgv@v0.4.2
with:
path: .

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit ed0801f

Please sign in to comment.