Skip to content

Commit 57bc672

Browse files
authored
fix actions for missing dotnet 8 sdk (#163)
1 parent 11a2d41 commit 57bc672

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
with:
3030
dotnet-version: 7.0.100
3131

32+
- uses: actions/setup-dotnet@v1
33+
with:
34+
dotnet-version: 8.0.100
35+
3236
- uses: actions/setup-node@v1
3337
with:
3438
node-version: "10.x"

0 commit comments

Comments
 (0)