Skip to content

feat(config)!: shorten the delay option default value from 7ms to 5ms #15

feat(config)!: shorten the delay option default value from 7ms to 5ms

feat(config)!: shorten the delay option default value from 7ms to 5ms #15

Workflow file for this run

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