Skip to content

Commit

Permalink
ci: publish to luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 29, 2024
1 parent c5ea28f commit 3cf191f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"on":
push:
paths-ignore:
- "**.md"
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
if: "! startsWith(github.ref, 'refs/tags/')"
with:
extra_luarocks_args: |
--force
version: scm

0 comments on commit 3cf191f

Please sign in to comment.