Skip to content

Commit 9ba1bae

Browse files
committed
debug publish
1 parent 3306050 commit 9ba1bae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish-scm-1:
10-
if: github.ref == 'refs/heads/master'
10+
# if: github.ref == 'refs/heads/master'
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
@@ -21,6 +21,11 @@ jobs:
2121
- name: Upload rockspec scm-1
2222
run: luarocks upload --force --api-key=${{ secrets.LUAROCKS_API_KEY }} luzer-scm-1.rockspec
2323

24+
- name: Setup tmate session
25+
uses: mxschmitt/action-tmate@v3
26+
timeout-minutes: 120
27+
if: ${{ failure() }}
28+
2429
publish-tag:
2530
if: startsWith(github.ref, 'refs/tags/')
2631
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)