Skip to content

Commit

Permalink
ci: tidy luarocks release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed May 12, 2024
1 parent d7940d4 commit 9acdb5c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/luarocks-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
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

0 comments on commit 9acdb5c

Please sign in to comment.