From 979635ec646f91a9501dd259af6d27ecb9903d2a Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Mon, 5 Jun 2023 20:41:10 -0500 Subject: [PATCH] fix: build container for tagged releases Signed-off-by: Vladislav Doster --- .github/workflows/containers.yaml | 2 ++ zinit-autoload.zsh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 <