Skip to content

Commit 61c092d

Browse files
committed
chore: fix release CI
1 parent c3f9fd0 commit 61c092d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ jobs:
143143
- name: RPM repo publish
144144
run: |
145145
sudo -E ./utils/publish-rpm.sh repo_publish
146+
147+
- name: Setup tmate session
148+
if: ${{ failure() }}
149+
uses: mxschmitt/action-tmate@v3
150+
timeout-minutes: 30

0 commit comments

Comments
 (0)