Skip to content

Commit

Permalink
feat: Add luarocks support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Oct 26, 2024
1 parent 6aa173f commit 7358de8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: LuaRocks release

on:
push:
tags:
- "*"

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@v4
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 comments on commit 7358de8

Please sign in to comment.