diff options
| author | Remmy Cat Stock <3317423+remmycat@users.noreply.github.com> | 2024-02-29 12:08:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 11:08:32 +0000 |
| commit | 5f0e6dd3076fe61c3e70898d789f4a7087f53d49 (patch) | |
| tree | 7791a004da0255e8023b457ac02a0232dda97122 /.github/workflows/release.yaml | |
| parent | fix(nushell): readd up-arrow keybinding, now with menu handling (#1770) (diff) | |
| download | atuin-5f0e6dd3076fe61c3e70898d789f4a7087f53d49.zip | |
feat(nushell): add nushell completion generation (#1791)
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
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 |
