aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-02-23 13:36:52 +0100
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commiteb1b6ec542ecc0d62d54f7b6889e2958a543499b (patch)
tree3f2bc26f4064ae3ae1fdca30c806ed43cd6bf841 /.github/workflows
parentfeat(locals)!: refactor `locals.lua` into standalone (diff)
downloadnvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.tar
nvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.tar.gz
nvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.tar.bz2
nvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.tar.lz
nvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.tar.xz
nvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.tar.zst
nvim-treesitter-eb1b6ec542ecc0d62d54f7b6889e2958a543499b.zip
feat!: drop luarocks release
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index 11f3ffc14..000000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: "release"
-on:
- push:
- tags: # Will upload to luarocks.org
- - "*"
- pull_request: # Will test a local install without uploading to luarocks.org
- paths:
- - 'contrib/*.rockspec'
- - .github/workflows/release.yml
-
-jobs:
- luarocks-upload:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - uses: nvim-neorocks/luarocks-tag-release@v5
- env:
- LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
- with:
- name: nvim-treesitter
- 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.
- template: contrib/nvim-treesitter-luarocks.template