mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
chore: fix Taskfile commit when change
This commit is contained in:
parent
420adea7e6
commit
00323a8f37
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ tasks:
|
|||
cmds:
|
||||
- task: docs:cli:generate
|
||||
- git add www/docs/cli
|
||||
- "git commit -m 'chore(docs): update CLI documentation'"
|
||||
- |
|
||||
if [[ `git status www/docs/cli --porcelain` ]]; then
|
||||
git commit -m 'chore(docs): update CLI documentation'
|
||||
fi
|
||||
- task: release:dry-run
|
||||
- task: release:make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue