Skip to content

Commit e55d741

Browse files
authored
Deploy in GitHub Actions with semantic versioning (#81)
1 parent f35fef9 commit e55d741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Step 2 - Import GPG key
1717
run: |
18-
echo "${{ secrets.GPG_PUBLIC_KEY }}" | gpg --import
19-
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --import --no-tty --batch --yes
18+
echo "${{ secrets.GPG_PUBLIC_KEY }}" | sudo gpg --import
19+
echo "${{ secrets.GPG_SECRET_KEY }}" | sudo gpg --import --no-tty --batch --yes
2020
2121
- name: Step 3 - Set up Maven Central Repository
2222
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)