From 3a5ddf0feca2c5b3a4d405d10b7735f04b199e66 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 25 Feb 2022 11:14:45 -0500 Subject: Include 'format' module in GitHub releases. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16db8ee2..5ecea38c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,8 +67,8 @@ jobs: shell: bash run: | mkdir textadept-modules - modules="css ctags debugger export file_diff html lsp lua_repl open_file_mode python \ - rest ruby spellcheck yaml" + modules="css ctags debugger export file_diff format html lsp lua_repl open_file_mode \ + python rest ruby spellcheck yaml" for module in $modules; do gh_name="`echo -n $module | sed -e 's/_/-/g;'`" gh_prefix="https://github.com/orbitalquark/textadept-$gh_name" -- cgit v1.2.3