🔧 Fixed that the error callback was never called #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# source: https://github.com/nvim-telescope/telescope.nvim/blob/master/.github/workflows/release.yml | |
name: "release" | |
on: | |
push: | |
tags: | |
- 'v*' | |
jobs: | |
luarocks-upload: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: LuaRocks Upload | |
uses: nvim-neorocks/luarocks-tag-release@v4 | |
env: | |
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} | |
with: | |
summary: "Lua async requests lib, based on Copas" | |
detailed_description: | | |
Adds basic functionality for creating simple HTTP clients, | |
such as Telegram bots, API wrappers, parsers, etc. | |
More info: https://github.com/TRIGONIM/lua-requests-async | |
dependencies: | | |
copas >= 4.3.0 | |
luasec | |
lua-cjson | |
labels: | | |
copas | |
requests | |
http | |
https | |
# copy_directories: | | |
# dir |