Skip to content

Commit 1096d26

Browse files
authored
fix release pipeline
1 parent 530e594 commit 1096d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: preview
22+
dotnet-version: '8.x.x'
23+
dotnet-quality: 'preview'
2324

2425
- name: Build with dotnet
2526
run: dotnet build --configuration Release .\\src\\Blazor-Analytics.sln

0 commit comments

Comments
 (0)