Skip to content

Commit d2ad6cd

Browse files
committed
chore(java-pubsub): skip version check for java-pubsub
1 parent ce4fea3 commit d2ad6cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +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-pubsub.* ]] || \
2425
[[ "${pomFile}" =~ .*java-vertexai.* ]] || \
2526
[[ "${pomFile}" =~ .*.github*. ]]; then
2627
continue

0 commit comments

Comments
 (0)