Skip to content

Commit

Permalink
feat: publich to luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and L3MON4D3 committed Nov 13, 2023
1 parent 46c91e8 commit 89997c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "luarocks"
on:
push:
tags:
- 'v*'
pull_request: # To make sure the package can build - does not publish
jobs:
luarocks-upload:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
dependencies: |
jsregexp == 0.0.5

0 comments on commit 89997c7

Please sign in to comment.