We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a8c11 commit 472209eCopy full SHA for 472209e
.github/workflows/pipeline.yml
@@ -77,6 +77,7 @@ jobs:
77
server-password: ${{ secrets.SONATYPE_PASSWORD }}
78
- name: Set up GPG for CI⚙️
79
run: |
80
+ which gpg2 || sudo apt update && sudo apt install -y gnupg2
81
mkdir -p ~/.gnupg
82
chmod 700 ~/.gnupg
83
echo "use-agent" >> ~/.gnupg/gpg.conf
0 commit comments