We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3306050 commit 9ba1baeCopy full SHA for 9ba1bae
.github/workflows/publish.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
publish-scm-1:
10
- if: github.ref == 'refs/heads/master'
+ # if: github.ref == 'refs/heads/master'
11
runs-on: ubuntu-22.04
12
steps:
13
- uses: actions/checkout@v3
@@ -21,6 +21,11 @@ jobs:
21
- name: Upload rockspec scm-1
22
run: luarocks upload --force --api-key=${{ secrets.LUAROCKS_API_KEY }} luzer-scm-1.rockspec
23
24
+ - name: Setup tmate session
25
+ uses: mxschmitt/action-tmate@v3
26
+ timeout-minutes: 120
27
+ if: ${{ failure() }}
28
+
29
publish-tag:
30
if: startsWith(github.ref, 'refs/tags/')
31
runs-on: ubuntu-latest
0 commit comments