Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed committed Oct 24, 2023
1 parent 0e19064 commit ad73e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
cache: gradle

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

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

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

0 comments on commit ad73e22

Please sign in to comment.