We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530e594 commit 1096d26Copy full SHA for 1096d26
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,8 @@ jobs:
19
- name: Setup .NET Core
20
uses: actions/setup-dotnet@v1
21
with:
22
- dotnet-version: preview
+ dotnet-version: '8.x.x'
23
+ dotnet-quality: 'preview'
24
25
- name: Build with dotnet
26
run: dotnet build --configuration Release .\\src\\Blazor-Analytics.sln
0 commit comments