From 7f805eb18a9a227f6a2c0eea81918be4ae57d72e Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Fri, 8 Dec 2023 19:22:18 +0800 Subject: [PATCH] perf(ci): upload luarocks (#110) docs(badge): add luarocks --- .github/workflows/ci.yml | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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