Skip to content

Commit 4048b8a

Browse files
committed
Exclude spring-github-workflows from publishing to Maven Central
The `spring-github-workflows` matched the `spring-` pattern, but it must not go to Maven Central
1 parent 8d8579c commit 4048b8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/release-files-spec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"name": {
4040
"$nmatch": "*.zip.asc"
4141
}
42+
},
43+
{
44+
"path": {
45+
"$nmatch": "*spring-github-workflows*"
46+
}
4247
}
4348
]
4449
}

0 commit comments

Comments
 (0)