This commit is contained in:
Stéphane Nicoll 2024-07-10 10:19:50 +02:00
parent d6c623be40
commit ec4558dc14
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
uri: 'https://repo.spring.io'
username: ${{ secrets.ARTIFACTORY_USERNAME }}
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
build-name: ${{ format('spring-framework-{0}', github.ref_name)}}
build-name: 'spring-framework-6.1.x'
repository: 'libs-snapshot-local'
folder: 'deployment-repository'
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}