diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27548c..53eb759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,3 +115,14 @@ jobs: message: "Current stable release: ${{ steps.release.outputs.tag_name }}" tag_exists_error: false force_push_tag: true + - name: LuaRocks Upload + uses: nvim-neorocks/luarocks-tag-release@v5 + if: ${{ steps.release.outputs.release_created }} + env: + LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} + with: + version: ${{ steps.release.outputs.tag_name }} + summary: "A performant lsp progress status for Neovim." + labels: | + vim + neovim diff --git a/README.md b/README.md index 84893b8..8aec73f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Neovim -Language +luarocks ci.yml codecov