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 79762d5 commit c09eb6fCopy full SHA for c09eb6f
.github/workflows/pipeline.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Import GPG key using gpg2 🔐
77
run: |
78
echo "${{ secrets.GPG_SECRET_KEY }}" | base64 --decode | gpg2 --batch --yes --import
79
- echo "${{ secrets.GPG_OWNERTRUST }}" | gpg2 --import-ownertrust
+ echo "${{ secrets.GPG_OWNERTRUST }}" | base64 --decode | gpg2 --import-ownertrust
80
export GPG_TTY=$(tty)
81
export GPG_EXECUTABLE=gpg2
82
- name: Update pom.xml version 💾
0 commit comments