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