aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthieu Coudron <886074+teto@users.noreply.github.com>2023-08-13 14:32:40 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-08-13 15:01:04 +0200
commitbc52938ddde0ff6b3d51ff215d2c66f2e39b7099 (patch)
tree9f22b7302e6dcfc324ec9df501195e24d3a07820 /.github
parentci: fix luarocks tag release process (diff)
downloadnvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.tar
nvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.tar.gz
nvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.tar.bz2
nvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.tar.lz
nvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.tar.xz
nvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.tar.zst
nvim-treesitter-bc52938ddde0ff6b3d51ff215d2c66f2e39b7099.zip
ci: dont hardcode the rockspec version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 99e9c6e27..3c36b33db 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,8 +18,6 @@ jobs:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
name: nvim-treesitter
- version: 0.1
- license: apache 2
detailed_description: |
The goal of nvim-treesitter is both to provide a simple and easy way to use the interface for tree-sitter in Neovim
and to provide some basic functionality such as highlighting based on it.