Skip to content

Commit

Permalink
Add tmate back in
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Dec 5, 2023
1 parent ffb09fb commit e54952b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ jobs:
echo "signing.keyId=$GPG_KEY_ID" >> gradle.properties
echo "signing.secretKeyRingFile=$(pwd)/sonatype-secret-keys.gpg" >> gradle.properties
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
GPG_KEY_IDB: ${{ secrets.GPG_KEY_ID }}

- name: Build Release Artifacts
env:
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
Expand Down

0 comments on commit e54952b

Please sign in to comment.