-
-
Notifications
You must be signed in to change notification settings - Fork 29
25 lines (25 loc) · 682 Bytes
/
Copy pathluarocks.yml
File metadata and controls
25 lines (25 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: LuaRocks Release
on:
pull_request:
workflow_dispatch:
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: LuaRocks Upload
steps:
- name: Checkout
uses: actions/checkout@v6
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7.2.0
with:
version: "3.2.0"
license: "MIT"
detailed_description: |
LuaCATS-like Lua Language Server type annotations for your WezTerm config
labels: |
metalua
neovim
copy_directories: |
{{ neovim.plugin.dirs }}
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}