We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320e36a commit 96b5e39Copy full SHA for 96b5e39
1 file changed
.github/actions/sync-to-maven-central/artifacts.spec
@@ -5,8 +5,8 @@
5
"items.find": {
6
"$and": [
7
{
8
- "@build.name": "${buildname}",
9
- "@build.number": "${buildnumber}",
+ "@build.name": "${buildName}",
+ "@build.number": "${buildNumber}",
10
"path": {
11
"$match": "org/springframework*"
12
}
0 commit comments