-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (34 loc) · 834 Bytes
/
luarocks.yml
File metadata and controls
36 lines (34 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Upload to LuaRocks
on:
workflow_dispatch:
inputs:
ref:
description: 'tag/branch/commit to be uploaded to luarocks'
required: true
default: 'main'
type: string
push:
tags:
- "v*"
jobs:
luarocks-upload:
runs-on: ubuntu-24.04
name: Upload Package to LuaRocks
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
fetch-tags: true
- name: Upload package to luarocks
uses: lumen-oss/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
version: ${{ inputs.ref || github.ref_name }}
labels: |
neovim
fennel
dependencies: |
fennel
test_dependencies: |
vusted