aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 11ce428d..b8db3133 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- - uses: leafo/gh-actions-lua@v9
- with:
- luaVersion: "luajit-2.1.0-beta3"
- - uses: leafo/gh-actions-luarocks@v4
- - name: Install dkjson
- run: luarocks install dkjson
- - name: Luarocks Upload
- env:
+ - name: LuaRocks Upload
+ uses: nvim-neorocks/luarocks-tag-release@v1.0.1
+ env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
- run: make luarocks_upload
- - name: Install release
- run: make test_luarocks_install
+ with:
+ summary: "A collection of common configurations for Neovim's built-in language server client."
+ detailed_description: |
+ This plugin allows for declaratively configuring,
+ launching, and initializing language servers you have installed on your system.
+ Language server configurations are community-maintained.
+ copy_directories: |
+ doc