File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 7
7
{
8
8
"@build.name" : " ${buildname}" ,
9
9
"@build.number" : " ${buildnumber}" ,
10
- "path" : {"$match" : " org*" }
11
- },
12
- {
13
- "$or" : [
14
- {
15
- "name" : {"$match" : " *.pom" }
16
- },
17
- {
18
- "name" : {"$match" : " *.jar" }
19
- }
20
- ]
10
+ "path" : { "$match" : " org/springframework/shell/spring-shell-*" }
21
11
}
22
12
]
23
13
}
Original file line number Diff line number Diff line change @@ -165,9 +165,8 @@ jobs:
165
165
jf rt download \
166
166
--spec .github/release-files-spec.json \
167
167
--spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER"
168
- - uses : jvalkeal /nexus-sync@v0
168
+ - uses : spring-io /nexus-sync-action@main
169
169
with :
170
- url : ${{ secrets.OSSRH_URL }}
171
170
username : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
172
171
password : ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
173
172
staging-profile-name : ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}
@@ -178,6 +177,3 @@ jobs:
178
177
release : true
179
178
release-timeout : 5400
180
179
generate-checksums : true
181
- pgp-sign : true
182
- pgp-sign-passphrase : ${{ secrets.GPG_PASSPHRASE }}
183
- pgp-sign-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments