Skip to content

Commit

Permalink
add log to confirm information
Browse files Browse the repository at this point in the history
  • Loading branch information
TechWorld-Software committed Aug 22, 2024
1 parent 8656940 commit d942122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: |
mkdir -p $HOME/.m2
echo "${{ secrets.SONATYPE_USERNAME }}" | sed 's/./& /g'
echo "${{ secrets.SONATYPE_PASSWORD }}" | sed 's/./& /g'
echo "<settings>
<servers>
<server>
Expand All @@ -67,7 +69,6 @@ jobs:
<activeProfile>gpg</activeProfile>
</activeProfiles>
</settings>" > $HOME/.m2/settings-security.xml
cat $HOME/.m2/settings-security.xml
- name: Build with Maven and sign artifacts
env:
GPG_TTY: $(tty)
Expand Down

0 comments on commit d942122

Please sign in to comment.