correction github action

This commit is contained in:
elgransan 2022-04-13 13:44:46 -03:00 committed by GitHub
parent 9e9b273fdc
commit 61a7537715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,6 @@ jobs:
# sets up .NET Core SDK 3.1
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.4
# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish BlazorReorderExample/BlazorReorderExample.csproj -c Release -o release --nologo