Skip to content

Commit

Permalink
fix: build container for tagged releases
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Jun 6, 2023
1 parent 86d6c9e commit 979635e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions zinit-autoload.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1479,7 +1479,7 @@ done
cat <<EOF
Run 'zinit COMMAND --help' for more information on a command.
For more help on how to use Ziniit, head to https://github.com/zdharma_continuum/zinit'.
For more help on how to use Zinit, head to https://github.com/zdharma_continuum/zinit'.
EOF
} # ]]]

Expand Down

0 comments on commit 979635e

Please sign in to comment.