Skip to content

Commit be34bf6

Browse files
committed
ci(publish): remove packing step
luarocks upload packs it for us
1 parent a2b32d0 commit be34bf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Set up LuaRocks
2323
uses: leafo/gh-actions-luarocks@v5
2424

25-
- name: Pack Rock
26-
run: luarocks pack *.rockspec
27-
2825
- name: Publish to LuaRocks
2926
run: luarocks upload --api-key=${{ secrets.LUAROCKS_API_KEY }} *.rockspec
3027

0 commit comments

Comments
 (0)