File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
artifact-properties : |
27
27
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
28
- build-name : ${{ format( 'spring-restdocs-{0}', github.ref_name) }}
28
+ build-name : ' spring-restdocs-3.0.x '
29
29
folder : ' deployment-repository'
30
30
password : ${{ secrets.ARTIFACTORY_PASSWORD }}
31
31
repository : ${{ 'libs-snapshot-local' }}
Original file line number Diff line number Diff line change 23
23
- name : Stage Release
24
24
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
25
25
with :
26
- build-name : ${{ format('spring-restdocs-{0}', github.ref_name ) }}
26
+ build-name : ${{ format('spring-restdocs-{0}', steps.build-and-publish.outputs.version ) }}
27
27
folder : ' deployment-repository'
28
28
password : ${{ secrets.ARTIFACTORY_PASSWORD }}
29
29
repository : ' libs-staging-local'
You can’t perform that action at this time.
0 commit comments