Skip to content

feat(ci): update luarocks ci to v5 #15

feat(ci): update luarocks ci to v5

feat(ci): update luarocks ci to v5 #15

Workflow file for this run

name: LuaRocks release
on:
push:
tags:
- "*"
jobs:
luarocks:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: checkout
uses: actions/checkout@v5
- name: LuaRocks upload
uses: nvim-neorocks/luarocks-tag-release@v5
with:
test_interpreters:
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}