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 f35fef9 commit e55d741Copy full SHA for e55d741
.github/workflows/release-maven-central.yml
@@ -15,8 +15,8 @@ jobs:
15
16
- name: Step 2 - Import GPG key
17
run: |
18
- echo "${{ secrets.GPG_PUBLIC_KEY }}" | gpg --import
19
- echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --import --no-tty --batch --yes
+ echo "${{ secrets.GPG_PUBLIC_KEY }}" | sudo gpg --import
+ echo "${{ secrets.GPG_SECRET_KEY }}" | sudo gpg --import --no-tty --batch --yes
20
21
- name: Step 3 - Set up Maven Central Repository
22
uses: actions/setup-java@v3
0 commit comments