Skip to content

Merge pull request #13 from S1M0N38/release-please--branches--main #1

Merge pull request #13 from S1M0N38/release-please--branches--main

Merge pull request #13 from S1M0N38/release-please--branches--main #1

Workflow file for this run

---
name: "Release"
on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: Luarocks Release
steps:
- name: Checkout
uses: actions/checkout@v3
if: env.LUAROCKS_API_KEY != null
- name: Luarocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7
if: env.LUAROCKS_API_KEY != null
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
detailed_description: |
A Neovim grammar checker powered by LLM.
copy_directories: |
{{ neovim.plugin.dirs }}