Skip to content

Commit

Permalink
added luarocks-tag-release job to release workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennaro Tedesco committed Feb 18, 2023
1 parent bb9e70f commit ac431a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: release

on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
Expand All @@ -12,3 +14,18 @@ jobs:
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1

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@v2.1.0
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
copy_directories: |
doc
license: "MIT"

0 comments on commit ac431a9

Please sign in to comment.