From 859309cfb833561c5da68174749ddd3add3fd417 Mon Sep 17 00:00:00 2001 From: S1M0N38 Date: Sun, 11 Feb 2024 23:01:26 +0100 Subject: [PATCH] ci: update detailed_description for luarocks --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad03a15..5a7d736 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,12 +18,8 @@ jobs: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: detailed_description: | - A simple way to kickstart your Neovim plugin development like a pro with: - - Plugin Structure - - Tests - - Docs Generation - - Linting and Formatting - - Deployment + A simple Neovim plugin to build game with LÖVE. + Read the documentation with `:help love2d`. dependencies: | plenary.nvim copy_directories: |