diff --git a/.github/workflows/deploy-artifact.yml b/.github/workflows/deploy-artifact.yml index 5c4317f4..d2e688f0 100644 --- a/.github/workflows/deploy-artifact.yml +++ b/.github/workflows/deploy-artifact.yml @@ -47,8 +47,13 @@ jobs: with: distribution: temurin java-version: 11 - gpg-private-key: ${{ steps.secrets.outputs.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }} - gpg-passphrase: ${{ steps.secrets.outputs.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }} + + - name: Import GPG key + id: import_gpg + uses: crazy-max/ghaction-import-gpg@v4 + with: + gpg_private_key: ${{ steps.secrets.outputs.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }} + passphrase: ${{ steps.secrets.outputs.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }} - name: Deploy SNAPSHOT / Release id: release diff --git a/pom.xml b/pom.xml index e6037c01..05ca6cb0 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 5.10.0 5.8.2 4.13.2 - 2.14.1 + 2.15.0 4.1.0 4.1.70.Final 6.0.0 @@ -42,7 +42,7 @@ 1.7.32 1.29 5.3.13 - 1.2.5 + 1.3.0-alpha3 8 8