feat(ci): update luarocks-tag-release to latest version (#1776)
This commit is contained in:
20
.github/workflows/release.yaml
vendored
20
.github/workflows/release.yaml
vendored
@@ -1,19 +1,25 @@
|
|||||||
name: "release"
|
name: "release"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags: # Will upload to luarocks.org when a tag is pushed
|
||||||
- 'v*'
|
- "*"
|
||||||
|
pull_request: # Will test a local install without uploading to luarocks.org
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
luarocks-upload:
|
luarocks-release:
|
||||||
runs-on: ubuntu-22.04
|
name: LuaRocks upload
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: LuaRocks Upload
|
- name: LuaRocks Upload
|
||||||
uses: nvim-neorocks/luarocks-tag-release@v3
|
uses: nvim-neorocks/luarocks-tag-release@v5
|
||||||
env:
|
env:
|
||||||
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
|
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
|
||||||
with:
|
with:
|
||||||
|
labels: |
|
||||||
|
neovim
|
||||||
|
nvim-cmp
|
||||||
detailed_description: |
|
detailed_description: |
|
||||||
A completion engine plugin for neovim written in Lua.
|
A completion engine plugin for neovim written in Lua.
|
||||||
Completion sources are installed from external repositories and "sourced".
|
Completion sources are installed from external repositories and "sourced".
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user