File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
- name : Stage Release
23
23
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
24
24
with :
25
- build-name : ${{ format(' spring-framework-{0}', steps.build-and-publish.outputs.version)}}
26
- folder : ' deployment-repository '
25
+ uri : ' https://repo. spring.io '
26
+ username : ${{ secrets.ARTIFACTORY_USERNAME }}
27
27
password : ${{ secrets.ARTIFACTORY_PASSWORD }}
28
+ build-name : ${{ format('spring-framework-{0}', steps.build-and-publish.outputs.version)}}
28
29
repository : ' libs-staging-local'
30
+ folder : ' deployment-repository'
29
31
signing-key : ${{ secrets.GPG_PRIVATE_KEY }}
30
32
signing-passphrase : ${{ secrets.GPG_PASSPHRASE }}
31
- uri : ' https://repo.spring.io'
32
- username : ${{ secrets.ARTIFACTORY_USERNAME }}
33
33
outputs :
34
34
version : ${{ steps.build-and-publish.outputs.version }}
35
35
verify :
You can’t perform that action at this time.
0 commit comments