Skip to content

ci(luarocks): force update remote package if version exists #6

ci(luarocks): force update remote package if version exists

ci(luarocks): force update remote package if version exists #6

# source: https://github.com/TRIGONIM/lua-requests-async/blob/main/.github/workflows/release.yml
name: "Luarocks Release"
on:
push:
branches: [ "main" ]
tags: [ "v*.*.*" ]
jobs:
luarocks-release:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
extra_luarocks_args: --force # update lr version on commit
summary: "A minimalistic web framework for Lua"
detailed_description: |
Create complete web applications of any complexity in Lua with minimal dependencies.
Easy to embed in any application. All requests are executed non-blocking (asynchronously).
There is support for almost all methods from express.js.
Several highly loaded web applications are already running on lua-express.
More info: https://github.com/TRIGONIM/lua-express/
dependencies: |
copas
luasocket
pegasus
labels: |
express
web
framework
async