From 56feea11a164118d8fde38904173212745c6393b Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Fri, 30 Aug 2024 09:01:52 +0200 Subject: [PATCH] Fix the workflow. Third time the charm? --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9c23962..c907d9d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,8 +60,8 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.302 + with: + dotnet-version: 8.0.302 - name: Setup Node.js uses: actions/setup-node@v4