Skip to content

Commit 600746d

Browse files
committed
fix: Try using 'published' instead for luarocks
1 parent ea8cb78 commit 600746d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/luarocks.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
name: LuaRocks release
33

4-
on: [push]
4+
on:
5+
release:
6+
types: [published]
57

68
jobs:
79
luarocks-release:

0 commit comments

Comments
 (0)