Skip to content

Commit

Permalink
tty
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Apr 1, 2024
1 parent bdca16e commit 6abca06
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: Release Maven package
uses: samuelmeuli/[email protected]
with:
maven_profiles: deploy, verify
gpg_private_key: ${{secrets.GPG_PRIVATE}}
gpg_passphrase: ""
nexus_username: ${{secrets.OSSRH_USERNAME}}
nexus_password: ${{secrets.OSSRH_TOKEN}}
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: Release Maven package
uses: samuelmeuli/[email protected]
env:
GPG_TTY: "$(tty)"
with:
maven_profiles: deploy, verify
gpg_private_key: ${{secrets.GPG_PRIVATE}}
gpg_passphrase: ""
nexus_username: ${{secrets.OSSRH_USERNAME}}
nexus_password: ${{secrets.OSSRH_TOKEN}}

0 comments on commit 6abca06

Please sign in to comment.