Luarocks Release #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Luarocks Release | |
on: | |
push: | |
tags: | |
- 'v[0-9]+.[0-9]+.[0-9]+' | |
workflow_dispatch: | |
jobs: | |
luarocks-upload: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: LuaRocks Upload | |
uses: nvim-neorocks/luarocks-tag-release@v7 | |
env: | |
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} | |
with: | |
summary: A File Explorer For Neovim | |
detailed_description: | | |
Automatic updates | |
File type icons | |
Git integration | |
Diagnostics integration - LSP and COC | |
(Live) filtering | |
Cut, copy, paste, rename, delete, create etc. | |
Highly customisable | |
Rich API | |
license: "GPL-3.0" | |
labels: neovim | |
dependencies: | | |
nvim-web-devicons |