|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
- name: Stage Release |
|
|
|
- name: Stage Release |
|
|
|
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1 |
|
|
|
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
build-name: ${{ format('spring-boot-{0}', github.ref_name)}} |
|
|
|
build-name: ${{ format('spring-boot-{0}', steps.build-and-publish.outputs.version)}} |
|
|
|
folder: 'deployment-repository' |
|
|
|
folder: 'deployment-repository' |
|
|
|
password: ${{ secrets.ARTIFACTORY_PASSWORD }} |
|
|
|
password: ${{ secrets.ARTIFACTORY_PASSWORD }} |
|
|
|
repository: 'libs-staging-local' |
|
|
|
repository: 'libs-staging-local' |
|
|
|
|