File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : " release"
2
2
on :
3
3
push :
4
- tags :
5
- - ' v*'
4
+ tags : # Will upload to luarocks.org when a tag is pushed
5
+ - " *"
6
+ pull_request : # Will test a local install without uploading to luarocks.org
7
+
6
8
jobs :
7
- luarocks-upload :
8
- runs-on : ubuntu-22.04
9
+ luarocks-release :
10
+ name : LuaRocks upload
11
+ runs-on : ubuntu-latest
9
12
steps :
10
- - uses : actions/checkout@v3
13
+ - name : Checkout
14
+ uses : actions/checkout@v3
11
15
- name : LuaRocks Upload
12
- uses : nvim-neorocks/luarocks-tag-release@v3
16
+ uses : nvim-neorocks/luarocks-tag-release@v5
13
17
env :
14
18
LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
15
19
with :
20
+ labels : |
21
+ neovim
22
+ nvim-cmp
16
23
detailed_description : |
17
24
A completion engine plugin for neovim written in Lua.
18
25
Completion sources are installed from external repositories and "sourced".
19
-
You can’t perform that action at this time.
0 commit comments