From 060f5577522f313071b4a46095787d23e55ec1e8 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Fri, 3 Sep 2021 12:16:19 +0200 Subject: [PATCH] fixed github actions --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b86181f..3c5fa22 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 - with: - distribution: adopt - java-version: 11 + with: + distribution: adopt + java-version: 11 # Builds the release artifacts of the library - name: Release build