Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 29, 2023
1 parent 2324c26 commit f109c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
name: Release
# needs: [build-and-test-with-Java-8-and-later]
runs-on: ubuntu-latest
if: ${{ env.MANUAL_RELEASE_STATUS == 'enabled' }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
Expand All @@ -81,6 +80,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish to the Maven Central repository
if: ${{ env.MANUAL_RELEASE_STATUS == 'enabled' }}
run: |
export GPG_TTY=$(tty)
echo "${{ secrets.gpg_private_key }}" | gpg --batch --import
Expand Down

0 comments on commit f109c6e

Please sign in to comment.