From 49663153b026e590d2435972debad6f384c77a8c Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 28 Mar 2023 15:17:02 -0700 Subject: [PATCH] More tweaking to make #844 work. --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 308dc609f3..73aa672a3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,10 @@ jobs: # The following command will only succeed if the preparation was done via the # release.sh script. run: ./mvnw -B -q -ff -ntp release:perform -DlocalCheckout=true + env: + CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }} + CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Generate hash id: hash run: |