From 9b16fff8ce56970af0474b6722ec1079afcc959a Mon Sep 17 00:00:00 2001 From: Santiago Baldassin Date: Tue, 24 Oct 2023 17:34:11 -0300 Subject: [PATCH] logging --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e7fc16..cd4844d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,4 +51,5 @@ jobs: cd interop/kotlin/ret-kotlin/lib/ aws secretsmanager get-secret-value --secret-id ${{ secrets.GPG_BINARY_SECRET_ID }} --query SecretBinary --output text | base64 --decode > rdx-secring.gpg ls -la + cat build.gradle.kts gradle build publish -Psigning.secretKeyRingFile=rdx-secring.gpg -Psigning.password=${{ env.GPG_PASSPHRASE_GPG_PASSPHRASE }} -Psigning.keyId=${{ secrets.GPG_KEY_ID }} -PossrhUsername=${{ env.MAVEN_CENTRAL_MAVEN_CENTRAL_USERNAME }} -PossrhPassword=${{ env.MAVEN_CENTRAL_MAVEN_CENTRAL_PASSWORD }} -Pret-version=test-1