diff options
| author | Marc Jakobi <mrcjkb89@outlook.com> | 2023-02-03 18:23:14 +0100 |
|---|---|---|
| committer | Marc Jakobi <mrcjkb89@outlook.com> | 2023-02-03 18:23:14 +0100 |
| commit | 64bee38a97c361a710be9603472e6bc83ec31d69 (patch) | |
| tree | d546600c0bba47e36dff25d53d3822ceb8248535 /.github/workflows | |
| parent | fix: check client when get client from cache (#2429) (diff) | |
| download | nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.tar nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.tar.gz nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.tar.bz2 nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.tar.lz nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.tar.xz nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.tar.zst nvim-lspconfig-64bee38a97c361a710be9603472e6bc83ec31d69.zip | |
chore: use luarocks-tag-release workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 22 |
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 |
