Skip to content

Commit 964873c

Browse files
Update release.yml
1 parent f53e887 commit 964873c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
# - name: Import GPG key
16-
# run: |
17-
# echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" | gpg --batch --import
18-
# echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
15+
- name: Import GPG key
16+
run: |
17+
echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" | gpg --batch --import
18+
echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
1919
2020
- name: Set up JDK
2121
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)