chore: use luarocks-tag-release action (#2364)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user