We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c623b commit ec4558dCopy full SHA for ec4558d
.github/workflows/build-and-deploy-snapshot.yml
@@ -27,7 +27,7 @@ jobs:
27
uri: 'https://repo.spring.io'
28
username: ${{ secrets.ARTIFACTORY_USERNAME }}
29
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
30
- build-name: ${{ format('spring-framework-{0}', github.ref_name)}}
+ build-name: 'spring-framework-6.1.x'
31
repository: 'libs-snapshot-local'
32
folder: 'deployment-repository'
33
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments