mirror of https://github.com/sbt/sbt.git
setup-gpg
This commit is contained in:
parent
53618c6483
commit
7105bf271b
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue