aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-02-25 11:14:45 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-02-25 11:14:45 -0500
commit3a5ddf0feca2c5b3a4d405d10b7735f04b199e66 (patch)
treedeac273a8925ac1d6612f5b3450e248741d3b253
parent51d4db3bf5cf9147fd865c42ec9e9efe24cd7382 (diff)
Include 'format' module in GitHub releases.
-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"