Skip to content

Commit 7358de8

Browse files
committed
feat: Add luarocks support
1 parent 6aa173f commit 7358de8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/luarocks.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: LuaRocks release
3+
4+
on:
5+
push:
6+
tags:
7+
- "*"
8+
9+
jobs:
10+
luarocks-release:
11+
runs-on: ubuntu-latest
12+
name: LuaRocks upload
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v3
16+
- name: LuaRocks Upload
17+
uses: nvim-neorocks/luarocks-tag-release@v4
18+
env:
19+
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 commit comments

Comments
 (0)