[CI] Add jar+pom back in to central-sync-create workflow

This commit is contained in:
GitHub Actions Bot
2023-10-28 15:23:09 -05:00
parent 305b62ef85
commit 8d248145aa

View File

@@ -11,6 +11,15 @@
},
{
"$or": [
{
"name": {"$match": "*.pom"}
},
{
"name": {"$match": "*.jar"}
},
{
"name": {"$match": "*.jar"}
},
{
"name": {"$match": "*stream-applications-descriptor-*.stream-apps-kafka-maven"}
},