From 18fac1663c31b016bbc9bf94b89a1396ad5c9940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Mon, 30 Sep 2024 17:13:32 +0200 Subject: [PATCH] set empty passphrase --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ea082c..eee396b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: - name: Setup Java uses: actions/setup-java@v2 with: - distribution: adopt - java-version: 11 + distribution: adopt + java-version: 11 - name: Get mill version run: echo "MILL_VERSION=$(cat .mill-version)" >> $GITHUB_ENV @@ -73,7 +73,7 @@ jobs: (github.event_name == 'workflow_dispatch' && github.event.inputs.publishSnapshot == 'true') run: mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll env: - PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} + PGP_PASSPHRASE: "" PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_PASSWORD: ${{ secrets.S01_SONATYPE_PASSWORD }} SONATYPE_USERNAME: ${{ secrets.S01_SONATYPE_USERNAME }}