Skip to content

Workflow to auto-generate docs #2

Workflow to auto-generate docs

Workflow to auto-generate docs #2

Workflow file for this run

name: LuaRocks release
on:
push:
tags:
- 'v*'
pull_request: # Will test a local install without uploading to luarocks.org
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test and upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
test_interpreters: |
neovim-stable
neovim-nightly