Skip to content

Commit

Permalink
Deploy with actions (#85)
Browse files Browse the repository at this point in the history
* Deploy in GitHub Actions with semantic versioning
  • Loading branch information
mialeska authored Jan 18, 2024
1 parent 16ba3f6 commit 72bfd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Step 2 - Import GPG key
run: |
echo "${{ secrets.GPG_PUBLIC_KEY }}" | sudo gpg --import
echo "${{ secrets.GPG_SECRET_KEY }}" | sudo gpg --import --no-tty --batch --yes
echo "${{ secrets.GPG_PUBLIC_KEY }}" | gpg --import
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --import --no-tty --batch --yes
- name: Step 3 - Set up Maven Central Repository
uses: actions/setup-java@v3
Expand Down

0 comments on commit 72bfd23

Please sign in to comment.