aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jakobi <mrcjkb89@outlook.com>2023-02-06 00:13:00 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2023-02-06 00:17:32 +0100
commit255e07ce2a05627d482d2de77308bba51b90470c (patch)
treede3f3d7f5fcd455a5040c9c4c830ccffbce7183b
parentMerge pull request #2430 from mrcjkb/luarocks-tag-release (diff)
downloadnvim-lspconfig-0.1.6.tar
nvim-lspconfig-0.1.6.tar.gz
nvim-lspconfig-0.1.6.tar.bz2
nvim-lspconfig-0.1.6.tar.lz
nvim-lspconfig-0.1.6.tar.xz
nvim-lspconfig-0.1.6.tar.zst
nvim-lspconfig-0.1.6.zip
fix: update luarocks-tag-release action + set licensev0.1.6
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b8db3133..29d49e06 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: LuaRocks Upload
- uses: nvim-neorocks/luarocks-tag-release@v1.0.1
+ uses: nvim-neorocks/luarocks-tag-release@v1.0.2
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
@@ -20,3 +20,4 @@ jobs:
Language server configurations are community-maintained.
copy_directories: |
doc
+ licence: "Apache/2.0"