ci: release workflow

This commit is contained in:
Barrett Ruth 2026-03-28 14:57:15 -04:00
parent 65f857aa1d
commit e7dd173bf4
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
2 changed files with 41 additions and 0 deletions

22
.github/workflows/luarocks-dev.yaml vendored Normal file
View file

@ -0,0 +1,22 @@
name: luarocks-dev
on:
push:
branches: [main]
jobs:
quality:
uses: ./.github/workflows/quality.yaml
publish:
needs: quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
version: scm