Skip to content

Commit

Permalink
fix actions for missing dotnet 8 sdk (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames authored Nov 19, 2023
1 parent 11a2d41 commit 57bc672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
dotnet-version: 7.0.100

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100

- uses: actions/setup-node@v1
with:
node-version: "10.x"
Expand Down

0 comments on commit 57bc672

Please sign in to comment.