aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRemmy Cat Stock <3317423+remmycat@users.noreply.github.com>2024-02-29 12:08:32 +0100
committerGitHub <noreply@github.com>2024-02-29 11:08:32 +0000
commit5f0e6dd3076fe61c3e70898d789f4a7087f53d49 (patch)
tree7791a004da0255e8023b457ac02a0232dda97122 /.github
parentfix(nushell): readd up-arrow keybinding, now with menu handling (#1770) (diff)
downloadatuin-5f0e6dd3076fe61c3e70898d789f4a7087f53d49.zip
feat(nushell): add nushell completion generation (#1791)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f6e335bc..a904a8e0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -154,7 +154,7 @@ jobs:
esac;
# Shell completions
- for sh in 'bash' 'fish' 'zsh'; do
+ for sh in 'bash' 'fish' 'zsh' 'nushell'; do
$QEMU_PREFIX "${{ steps.strip.outputs.BIN_PATH }}" gen-completions -s $sh -o "${ARCHIVE_DIR}/completions"
done