Skip to content

Commit

Permalink
Atualizado secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
fincatto committed Jul 3, 2024
1 parent bec18fe commit 0ea260e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
distribution: 'temurin'
cache: maven

- name: Adding ssh key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ssh_private_key }}
# - name: Adding ssh key
# uses: webfactory/[email protected]
# with:
# ssh-private-key: ${{ secrets.ssh_private_key }}

- name: Git configuration
run: |
Expand All @@ -37,8 +37,10 @@ jobs:
with:
gpg_private_key: ${{ secrets.gpg_private_key }}
gpg_passphrase: ${{ secrets.gpg_passphrase }}
nexus_username: ${{ secrets.nexus_username }}
nexus_password: ${{ secrets.nexus_password }}
# nexus_username: ${{ secrets.nexus_username }}
# nexus_password: ${{ secrets.nexus_password }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
nexus_password: ${{ secrets.OSSRH_TOKEN }}
maven_goals_phases: clean -B release:prepare release:perform -Darguments="-DskipTests" -P ossrh

# - name: Set up Java for publishing to GitHub Packages
Expand Down

0 comments on commit 0ea260e

Please sign in to comment.