Skip to content

Commit 4aaa113

Browse files
committed
fix: build container for tagged releases
Signed-off-by: Vladislav Doster <[email protected]>
1 parent 86d6c9e commit 4aaa113

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/containers.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- v[0-9]+.[0-9]+.[0-9]+
79
workflow_dispatch:
810

911
jobs:

zinit-autoload.zsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ Commands:
14451445
light Light plugin load, without reporting/tracking
14461446
load Load plugin, can also receive absolute local path
14471447
man Manual
1448-
module Manage binary Zsh module shipped with Zinit
1448+
module Manage binary zsh module shipped with zinit
14491449
plugins List currently installed plugins
14501450
recall Fetch saved ice modifiers and construct 'zinit ice ...' command
14511451
recently Show plugins that changed recently
@@ -1479,7 +1479,7 @@ done
14791479
cat <<EOF
14801480
Run 'zinit COMMAND --help' for more information on a command.
14811481
1482-
For more help on how to use Ziniit, head to https://github.com/zdharma_continuum/zinit'.
1482+
For more help on how to use Zinit, head to https://github.com/zdharma_continuum/zinit'.
14831483
EOF
14841484
} # ]]]
14851485

0 commit comments

Comments
 (0)