Skip to content

Commit c09eb6f

Browse files
authoredApr 20, 2025··
fix
1 parent 79762d5 commit c09eb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Import GPG key using gpg2 🔐
7777
run: |
7878
echo "${{ secrets.GPG_SECRET_KEY }}" | base64 --decode | gpg2 --batch --yes --import
79-
echo "${{ secrets.GPG_OWNERTRUST }}" | gpg2 --import-ownertrust
79+
echo "${{ secrets.GPG_OWNERTRUST }}" | base64 --decode | gpg2 --import-ownertrust
8080
export GPG_TTY=$(tty)
8181
export GPG_EXECUTABLE=gpg2
8282
- name: Update pom.xml version 💾

0 commit comments

Comments
 (0)