Skip to content

Commit 94af210

Browse files
authored
Add tmate debug step to release workflow (#15)
1 parent 194ddf5 commit 94af210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
echo -e "---\n:github: Bearer ${{ secrets.GITHUB_TOKEN }}" > ~/.gem/credentials
3232
chmod 0600 ~/.gem/credentials
3333
34+
- name: Debug with tmate
35+
uses: mxschmitt/action-tmate@v3
36+
with:
37+
detached: true
38+
3439
- name: Publish to GitHub Packages
3540
run: gem push --key github --host https://rubygems.pkg.github.com/djbender lizard-*.gem
3641

0 commit comments

Comments
 (0)