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 12, 2024
1 parent 1183e09 commit 53aff05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
working-directory: Hoodies-Network
run: |
echo "GPG_PASSPHRASE is GPG_PASSPHRASE"
echo "GPG_KEY_NAME is GPG_KEY_NAME"
echo "GPG_PASSPHRASE is $GPG_PASSPHRASE"
echo "GPG_KEY_NAME is $GPG_KEY_NAME"
export GPG_TTY=$(tty)
mvn clean deploy --settings $HOME/.m2/settings-security.xml

0 comments on commit 53aff05

Please sign in to comment.