aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r--.github/workflows/deploy_library_releases.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml
index e0faa3bd..afa9c522 100644
--- a/.github/workflows/deploy_library_releases.yml
+++ b/.github/workflows/deploy_library_releases.yml
@@ -15,7 +15,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3.3.0
with:
- distribution: zulu
+ distribution: temurin
java-version: 17
- name: Determine publishing task
@@ -30,7 +30,7 @@ jobs:
fi
- name: Upload binaries
- uses: gradle/gradle-build-action@v2.1.6
+ uses: gradle/gradle-build-action@v2.2.0-beta.1
with:
arguments: --no-configuration-cache :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository
env:
@@ -40,7 +40,7 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }}
- name: Close and release repository
- uses: gradle/gradle-build-action@v2.1.6
+ uses: gradle/gradle-build-action@v2.2.0-beta.1
with:
arguments: --no-configuration-cache closeAndReleaseRepository
env: