We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1101907 + 57f7516 commit 72b89e1Copy full SHA for 72b89e1
1 file changed
.github/workflows/deploy.yml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
+ if: ${{ ! contains(github.event.head_commit.message, 'autopublish') }}
15
steps:
16
- name: Checkout this repository
17
uses: actions/checkout@v4
@@ -53,10 +54,10 @@ jobs:
53
54
cd ../../
55
56
- name: Install Lua
- uses: leafo/gh-actions-lua@v10
57
+ uses: leafo/gh-actions-lua@v11
58
59
- name: Install LuaRocks
- uses: leafo/gh-actions-luarocks@v4
60
+ uses: leafo/gh-actions-luarocks@v5
61
62
- name: Install lunajson
63
run: luarocks install lunajson
0 commit comments