Skip to content

Commit

Permalink
ci(luarocks): release on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AMD-NICK committed Sep 8, 2024
1 parent 10d9874 commit f755928
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# source: https://github.com/nvim-telescope/telescope.nvim/blob/master/.github/workflows/release.yml
name: "release"
name: "Luarocks Release"

on:
push:
tags:
- 'v*'
branches: [ "main" ]
tags: [ "v*.*.*" ]

jobs:
luarocks-upload:
runs-on: ubuntu-22.04
luarocks-release:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v4
- uses: actions/checkout@v4
- uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
extra_luarocks_args: --force # update lr version on commit
summary: "Lua async requests lib, based on Copas"
detailed_description: |
Adds basic functionality for creating simple HTTP clients,
Expand Down

0 comments on commit f755928

Please sign in to comment.