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