Skip to content

Commit 6e255f9

Browse files
authored
Update release.yml
1 parent 5ea98e9 commit 6e255f9

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
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-dotnet@v1
2323
with:
2424
dotnet-version: '6.0.x'
25+
- name: Setup .NET 8.0
26+
uses: actions/setup-dotnet@v1
27+
with:
28+
dotnet-version: '8.0.x'
2529
- name: Restore dependencies
2630
run: dotnet restore
2731
- name: Build

0 commit comments

Comments
 (0)