Skip to content

Commit

Permalink
--s4u/maven-settings-action
Browse files Browse the repository at this point in the history
Signed-off-by: Mohab Mohie <mohab.mohieeldeen@outlook.com>
  • Loading branch information
MohabMohie committed Jun 9, 2023
1 parent 24e268a commit 1515900
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/mavenCentral_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
generateReleaseNotes: true
name: ${{ env.RELEASE_VERSION }}
tag: ${{ env.RELEASE_VERSION }}
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
"id": "ossrh",
"username": "${{ secrets.OSSRH_USERNAME }}",
"password": "${{ secrets.OSSRH_PASSWORD }}"
}]
# - uses: s4u/maven-settings-action@v2.8.0
# with:
# servers: |
# [{
# "id": "ossrh",
# "username": "${{ secrets.OSSRH_USERNAME }}",
# "password": "${{ secrets.OSSRH_PASSWORD }}"
# }]
- name: Setup Prerequisites
run: |
git config --global user.signingKey ${{ secrets.GPG_KEYNAME }}
Expand Down

0 comments on commit 1515900

Please sign in to comment.