Skip to content

Commit

Permalink
debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed Apr 7, 2024
1 parent 9778d19 commit e8f4261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET }}
- name: debug settings.xml
run: cat /home/runner/.m2/settings.xml
- name: debug echo
run: echo $GPG_SECRET
env:
GPG_SECRET: ${{ secrets.GPG_SECRET }}
- name: Write gpg key
run: echo $GPG_SECRET >> /home/runner/private-key.txt
env:
Expand Down

0 comments on commit e8f4261

Please sign in to comment.