feat: rockspec
This commit is contained in:
parent
e98eae3ee7
commit
f2cc0e16a9
2 changed files with 24 additions and 0 deletions
18
.github/workflows/luarocks.yaml
vendored
Normal file
18
.github/workflows/luarocks.yaml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish-luarocks:
|
||||||
|
name: Publish to LuaRocks
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Publish to LuaRocks
|
||||||
|
uses: nvim-neorocks/luarocks-tag-release@v7
|
||||||
|
env:
|
||||||
|
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
|
||||||
6
midnight.nvim-scm-1.rockspec
Normal file
6
midnight.nvim-scm-1.rockspec
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
rockspec_format = '3.0'
|
||||||
|
package = 'midnight.nvim'
|
||||||
|
version = 'scm-1'
|
||||||
|
|
||||||
|
source = { url = 'git://github.com/barrett-ruth/midnight.nvim' }
|
||||||
|
build = { type = 'builtin' }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue