diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index 6251557..eb046f9 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -36,10 +36,10 @@ jobs: dotnet-version: '8.0.x' - name: ⚙️ Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: 17 - distribution: 'zulu' + uses: actions/setup-java@v3 + with: + java-version: 17 + distribution: 'zulu' - name: 🧹 Clean run: dotnet clean -c Release && dotnet nuget locals all --clear