aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-11 00:47:01 -0700
committerGitHub <noreply@github.com>2024-09-11 00:47:01 -0700
commit8c45e7270302f5a0e5371147c46ac56715117872 (patch)
tree46793924765f1f8e381241da0944bef95ccda8fa /.github/workflows
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.tar
nvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.tar.gz
nvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.tar.bz2
nvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.tar.lz
nvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.tar.xz
nvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.tar.zst
nvim-lspconfig-8c45e7270302f5a0e5371147c46ac56715117872.zip
fix(ci): luarocks unknown "licence" field
GHA reports a warning: Unexpected input(s) 'licence', valid inputs are ['name', 'version', 'specrev', 'dependencies', 'test_dependencies', 'labels', 'copy_directories', 'summary', 'detailed_description', 'template', 'license', 'extra_luarocks_args', 'fail_on_duplicate']
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9e590185..d38b8f20 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,4 +18,4 @@ jobs:
This plugin allows for declaratively configuring,
launching, and initializing language servers you have installed on your system.
Language server configurations are community-maintained.
- licence: "Apache/2.0"
+ license: "Apache/2.0"