Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed committed Oct 24, 2023
1 parent 7ddf446 commit 0e19064
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
distribution: 'zulu'
cache: gradle

- name: debug
run: echo ${{ secrets.MAVEN_SIGN_GPG_KEY }} > key.txt

- name: debug2
run: echo ${{ secrets.MAVEN_SIGN_GPG_PASSWORD }} > pass.txt

- name: Setup upterm session
uses: lhotari/action-upterm@v1

Expand Down

0 comments on commit 0e19064

Please sign in to comment.