Skip to content

Commit 5f68cd0

Browse files
committed
fix: use correct luarocks lint command in release workflow
1 parent c493f2a commit 5f68cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fi
9393
9494
# Validate rockspec
95-
luarocks validate "$ROCKSPEC"
95+
luarocks lint "$ROCKSPEC"
9696
9797
# Upload to LuaRocks (requires API key)
9898
if [ -n "${{ secrets.LUAROCKS_API_KEY }}" ]; then

0 commit comments

Comments
 (0)