1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 11:40:04 +08:00
SpaceVim/bundle/nvim-cmp/.github/workflows/release.yaml

26 lines
743 B
YAML
Raw Normal View History

2023-06-08 21:15:37 +08:00
name: "release"
on:
push:
tags: # Will upload to luarocks.org when a tag is pushed
- "*"
pull_request: # Will test a local install without uploading to luarocks.org
2023-06-08 21:15:37 +08:00
jobs:
luarocks-release:
name: LuaRocks upload
runs-on: ubuntu-latest
2023-06-08 21:15:37 +08:00
steps:
- name: Checkout
uses: actions/checkout@v3
2023-06-08 21:15:37 +08:00
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
2023-06-08 21:15:37 +08:00
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
labels: |
neovim
nvim-cmp
2023-06-08 21:15:37 +08:00
detailed_description: |
A completion engine plugin for neovim written in Lua.
Completion sources are installed from external repositories and "sourced".