From 12bf4ed89bbbf62d3fddb5a6c338f320e85f2623 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Sat, 12 Feb 2022 23:28:14 +0100 Subject: [PATCH] CI: setup-gpg step isn't needed anymore --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee23f0ca..f93057c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,9 +23,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 with: - fetch-depth: 0 - - name: GPG import - run: openssl aes-256-cbc -pbkdf2 -k "${{ secrets.PGP_PASSPHRASE }}" -in private-key.pem.enc -out private-key.pem -d && gpg --import --no-tty --batch --yes private-key.pem + fetch-depth: 0t - name: Publish run: sbt -Dspark.testVersion=${{ matrix.spark }} ++${{ matrix.scala }} ci-release env: