Skip to content

Commit

Permalink
Use .net8 for create release
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke authored Dec 23, 2024
1 parent 380e2c4 commit ae48066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Install dotnet 7.0
- name: Install dotnet 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Install GitVersion.Tool
run: dotnet tool install --global GitVersion.Tool
Expand Down

0 comments on commit ae48066

Please sign in to comment.