Skip to content

Commit 140edfc

Browse files
committed
ci: luarocks release plumbing
1 parent a55b801 commit 140edfc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/release.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "release"
1+
name: Release
22

33
on:
44
push:
@@ -17,8 +17,12 @@ jobs:
1717
env:
1818
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
1919
with:
20+
summary: Nerd Font icons for neovim
2021
detailed_description: |
21-
Coloured file icons for neovim. Dark and light background variants.
22-
labels: |
23-
neovim
24-
plugin
22+
Coloured Nerd Font file icons for neovim.
23+
24+
Dark and light background variants.
25+
26+
https://www.nerdfonts.com/
27+
license: MIT
28+
labels: neovim

0 commit comments

Comments
 (0)