diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index 69a70ffa6..5047cc6cc 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - v[0-9]+.[0-9]+.[0-9]+ workflow_dispatch: jobs: diff --git a/zinit-autoload.zsh b/zinit-autoload.zsh index 502f344aa..8f6ba26a4 100644 --- a/zinit-autoload.zsh +++ b/zinit-autoload.zsh @@ -1445,7 +1445,7 @@ Commands: light Light plugin load, without reporting/tracking load Load plugin, can also receive absolute local path man Manual - module Manage binary Zsh module shipped with Zinit + module Manage binary zsh module shipped with zinit plugins List currently installed plugins recall Fetch saved ice modifiers and construct 'zinit ice ...' command recently Show plugins that changed recently @@ -1479,7 +1479,7 @@ done cat <