mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 22:10:05 +08:00
20 lines
504 B
YAML
20 lines
504 B
YAML
|
name: "release"
|
||
|
on:
|
||
|
push:
|
||
|
tags:
|
||
|
- 'v*'
|
||
|
jobs:
|
||
|
luarocks-upload:
|
||
|
runs-on: ubuntu-22.04
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
- name: LuaRocks Upload
|
||
|
uses: nvim-neorocks/luarocks-tag-release@v3
|
||
|
env:
|
||
|
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
|
||
|
with:
|
||
|
detailed_description: |
|
||
|
A completion engine plugin for neovim written in Lua.
|
||
|
Completion sources are installed from external repositories and "sourced".
|
||
|
|