Skip to content

Commit ae06ac4

Browse files
authored
perf(ci): upload luarocks (#101)
1 parent 062e671 commit ae06ac4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/luarocks.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: LuaRocks
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
pull_request:
7+
branches:
8+
- main
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@v5
18+
env:
19+
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 commit comments

Comments
 (0)