This commit adds a workflow to release the Spring Framework from GitHub Actions. Closes gh-33179
21 lines
375 B
Python
21 lines
375 B
Python
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$and": [
|
|
{
|
|
"@build.name": "${buildName}",
|
|
"@build.number": "${buildNumber}",
|
|
"path": {
|
|
"$nmatch": "org/springframework/framework-api/*"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"target": "nexus/"
|
|
}
|
|
]
|
|
}
|