Skip to content

Commit 88322b6

Browse files
committed
chore(java-pubsub): skip version check for java-pubsub
1 parent 17ade9d commit 88322b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
2121
[[ "${pomFile}" =~ .*google-auth-library-java.* ]] || \
2222
[[ "${pomFile}" =~ .*java-storage.* ]] || \
2323
[[ "${pomFile}" =~ .*java-storage-nio.* ]] || \
24-
[[ "${pomFile}" =~ .*java-vertexai.* ]] || \
24+
[[ "${pomFile}" =~ .*java-pubsub.* ]] || [[ "${pomFile}" =~ .*java-vertexai.* ]] || \
2525
[[ "${pomFile}" =~ .*.github*. ]]; then
2626
continue
2727
fi

0 commit comments

Comments
 (0)