Skip to content

Commit 96b5e39

Browse files
committed
Fix name of attributes in artifacts.spec
1 parent 320e36a commit 96b5e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/sync-to-maven-central/artifacts.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"items.find": {
66
"$and": [
77
{
8-
"@build.name": "${buildname}",
9-
"@build.number": "${buildnumber}",
8+
"@build.name": "${buildName}",
9+
"@build.number": "${buildNumber}",
1010
"path": {
1111
"$match": "org/springframework*"
1212
}

0 commit comments

Comments
 (0)