aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml4
1 files 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"