Skip to content

Commit

Permalink
fix(ci): luarocks unknown "licence" field
Browse files Browse the repository at this point in the history
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']
  • Loading branch information
justinmk authored Sep 11, 2024
1 parent 056f569 commit 8c45e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8c45e72

Please sign in to comment.