Skip to content

Commit 472209e

Browse files
authored
fix
1 parent 59a8c11 commit 472209e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
server-password: ${{ secrets.SONATYPE_PASSWORD }}
7878
- name: Set up GPG for CI⚙️
7979
run: |
80+
which gpg2 || sudo apt update && sudo apt install -y gnupg2
8081
mkdir -p ~/.gnupg
8182
chmod 700 ~/.gnupg
8283
echo "use-agent" >> ~/.gnupg/gpg.conf

0 commit comments

Comments
 (0)