aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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"