From 123d2b6d7883f3a896d1efe7f4d09ae6b423dbb0 Mon Sep 17 00:00:00 2001 From: "niko.usai" Date: Tue, 14 Dec 2021 09:44:35 +0100 Subject: [PATCH] deploy maven packages failed fix --- .github/workflows/release-all.yaml | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-all.yaml b/.github/workflows/release-all.yaml index c6e43739..dc7da463 100644 --- a/.github/workflows/release-all.yaml +++ b/.github/workflows/release-all.yaml @@ -13,7 +13,11 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - uses: ./.github/actions/prepare-java + - name: Set up JDK 11 + uses: actions/setup-java@v2 + with: + java-version: '11' + distribution: 'adopt' - name: Set VERSION id: vars run: | diff --git a/pom.xml b/pom.xml index 692b25d7..1c7cec2c 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ github - GitHub OWNER Apache Maven Packages + GitHub Packages https://maven.pkg.github.com/sourcesense/joyce