From b738187b28a107d6b8ca2b509c822f50875592e8 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Sat, 30 Oct 2021 01:52:25 +0200 Subject: [PATCH] Fix publish workflow error --- .github/workflows/publish.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index eeefbf2..4374a65 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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