Skip to content

Commit

Permalink
setup-gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 2, 2020
1 parent 53618c6 commit 7105bf2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: olafurpg/setup-scala@v10
with:
java-version: "adopt@1.8"
- name: Setup GPG
uses: olafurpg/setup-gpg@v3
- name: Coursier cache
uses: coursier/cache-action@v5
- name: Test
Expand All @@ -32,9 +34,4 @@ jobs:
CI_RELEASE: publishSigned
CI_SONATYPE_RELEASE: version
run: |
mkdir -p ~/.gnupg/
echo use-agent >> ~/.gnupg/gpg.conf
echo pinentry-mode loopback >> ~/.gnupg/gpg.conf
echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf
echo RELOADAGENT | gpg-connect-agent
sbt ci-release

0 comments on commit 7105bf2

Please sign in to comment.