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 0d31881 commit 3586f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:

release:
name: Release
if: ${{ fromJSON(env.MANUAL_RELEASE_ENABLED) }}
# needs: [build-and-test-with-Java-8-and-later]
runs-on: ubuntu-latest
steps:
Expand All @@ -80,7 +81,6 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish to the Maven Central repository
if: ${{ fromJSON(env.MANUAL_RELEASE_ENABLED) }}
run: |
export GPG_TTY=$(tty)
echo "${{ secrets.gpg_private_key }}" | gpg --batch --import
Expand Down

0 comments on commit 3586f6b

Please sign in to comment.