Fix publish workflow error

This commit is contained in:
Patrik Svensson 2021-10-30 01:52:25 +02:00
parent b3ef7d4fa6
commit b738187b28

View File

@ -73,11 +73,11 @@ jobs:
with:
dotnet-version: 5.0.301
- name: Setup dotnet 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true
- name: Setup dotnet 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true
- name: Build
shell: bash