Skip to content

Commit 72bfd23

Browse files
authored
Deploy with actions (#85)
* Deploy in GitHub Actions with semantic versioning
1 parent 16ba3f6 commit 72bfd23

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
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: Step 2 - Import GPG key
1919
run: |
20-
echo "${{ secrets.GPG_PUBLIC_KEY }}" | sudo gpg --import
21-
echo "${{ secrets.GPG_SECRET_KEY }}" | sudo gpg --import --no-tty --batch --yes
20+
echo "${{ secrets.GPG_PUBLIC_KEY }}" | gpg --import
21+
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --import --no-tty --batch --yes
2222
2323
- name: Step 3 - Set up Maven Central Repository
2424
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)