chore: use luarocks-tag-release action (#2364)

This commit is contained in:
Marc Jakobi
2023-02-19 10:24:43 +01:00
committed by GitHub
parent 203bf56091
commit c113522810
6 changed files with 20 additions and 39 deletions

View File

@@ -21,16 +21,9 @@ dependencies = {
}
source = {
url = 'https://github.com/nvim-telescope/telescope.nvim/archive/refs/tags/' .. MODREV .. '.zip',
dir = 'telescope.nvim-' .. MODREV
url = 'git://github.com/nvim-telescope/telescope.nvim',
}
if MODREV == 'scm' then
source = {
url = 'git://github.com/nvim-telescope/telescope.nvim',
}
end
build = {
type = 'builtin',
copy_directories = {