diff options
| author | Marc Jakobi <mrcjkb89@outlook.com> | 2023-02-19 10:24:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 10:24:43 +0100 |
| commit | c113522810a39cc035ae178cdada583610ba6ce3 (patch) | |
| tree | 5d96ef6cf974683f9384755a90600af3ff6ad9dd /.github/workflows/release.yml | |
| parent | 203bf5609137600d73e8ed82703d6b0e320a5f36 (diff) | |
chore: use luarocks-tag-release action (#2364)
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ce428..84ed031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,15 +8,22 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - - uses: leafo/gh-actions-lua@v9 - with: - luaVersion: "luajit-2.1.0-beta3" - - uses: leafo/gh-actions-luarocks@v4 - - name: Install dkjson - run: luarocks install dkjson - - name: Luarocks Upload - env: + - name: LuaRocks Upload + uses: nvim-neorocks/luarocks-tag-release@v1.0.2 + env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} - run: make luarocks_upload - - name: Install release - run: make test_luarocks_install + with: + summary: "Find, Filter, Preview, Pick. All lua, all the time." + detailed_description: | + A highly extendable fuzzy finder over lists. + Built on the latest awesome features from neovim core. + Telescope is centered around modularity, allowing for easy customization. + dependencies: | + plenary.nvim + copy_directories: | + doc + ftplugin + plugin + scripts + autoload + data |
