feat(ci): reorganize
This commit is contained in:
parent
b00f06377f
commit
6a6b048c6b
5 changed files with 47 additions and 39 deletions
9
.github/workflows/luarocks.yml
vendored
9
.github/workflows/luarocks.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Push to Luarocks
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -7,11 +7,12 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
luarocks-upload:
|
||||
runs-on: ubuntu-22.04
|
||||
publish-luarocks:
|
||||
name: Publish to LuaRocks
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: LuaRocks Upload
|
||||
- name: Publish to LuaRocks
|
||||
uses: nvim-neorocks/luarocks-tag-release@v7
|
||||
env:
|
||||
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue