Skip to content

Commit 916c57b

Browse files
authored
Add ability to debug failed releases
1 parent dfa8c1c commit 916c57b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
--run-id="${{ github.event.inputs.run_id }}" \
3333
--version="${{ github.event.inputs.version }}" \
3434
--make-release
35+
- name: Setup upterm session
36+
uses: lhotari/action-upterm@v1
37+
if: ${{ failure() }}
38+
with:
39+
limit-access-to-actor: true

0 commit comments

Comments
 (0)