Skip to content

Commit

Permalink
CI: setup-gpg step isn't needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape authored Feb 12, 2022
1 parent cdb1c00 commit 12bf4ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
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:
Expand Down

0 comments on commit 12bf4ed

Please sign in to comment.