diff options
| author | Matthieu Coudron <teto@users.noreply.github.com> | 2023-02-05 23:33:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 23:33:38 +0100 |
| commit | 4d7fa46e0be1f351559c343d0729e3ff3a454440 (patch) | |
| tree | 6c97e3370781e947f3469323230ef64fa1b4fc8c /.github/workflows | |
| parent | fix: check client when get client from cache (#2429) (diff) | |
| parent | docs(readme): update luarocks shield urls (diff) | |
| download | nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.gz nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.bz2 nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.lz nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.xz nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.tar.zst nvim-lspconfig-4d7fa46e0be1f351559c343d0729e3ff3a454440.zip | |
Merge pull request #2430 from mrcjkb/luarocks-tag-release
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 |
