From 8d248145aaf6ff8762a3095e688b588be269eadd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 28 Oct 2023 15:23:09 -0500 Subject: [PATCH] [CI] Add jar+pom back in to central-sync-create workflow --- .github/stream-apps-release-files-spec.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/stream-apps-release-files-spec.json b/.github/stream-apps-release-files-spec.json index c4a19414..af60b75e 100644 --- a/.github/stream-apps-release-files-spec.json +++ b/.github/stream-apps-release-files-spec.json @@ -11,6 +11,15 @@ }, { "$or": [ + { + "name": {"$match": "*.pom"} + }, + { + "name": {"$match": "*.jar"} + }, + { + "name": {"$match": "*.jar"} + }, { "name": {"$match": "*stream-applications-descriptor-*.stream-apps-kafka-maven"} },