Skip to content

Commit dc3b18a

Browse files
Update .github/workflows/AUTO-VERSION.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a0cf55c commit dc3b18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AUTO-VERSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
exit 0
7777
fi
7878
79-
if echo "$COMMIT_MESSAGES" | grep -i "^dep:\|^docs:\|^dependencies:\|^dependency:\"; then
79+
if echo "$COMMIT_MESSAGES" | grep -i "^dep:\|^docs:\|^dependencies:\|^dependency:"; then
8080
echo "Skipping release for dependency/docs commits"
8181
echo "should_release=false" >> $GITHUB_OUTPUT
8282
exit 0

0 commit comments

Comments
 (0)