Skip to content

Commit 2fbfb77

Browse files
committed
fix others
1 parent 6caac05 commit 2fbfb77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/runner-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
format_other_section() {
8787
local title="🧼 Other Changes"
88-
local content=$(echo "$LOG" | grep -vE '^(feat|feature|fix|test|chore|refactor|internal|ci|docs|deps|dependencies)' || true)
88+
local content=$(echo "$LOG" | grep -vE "feat|feature|fix|test|chore|refactor|internal|ci|docs|deps|dependencies" || true)
8989
if [[ -n "$content" ]]; then
9090
echo "### $title"
9191
echo "$content"

0 commit comments

Comments
 (0)