We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22698ea commit 8a22108Copy full SHA for 8a22108
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Stage Release
25
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
26
with:
27
- build-name: ${{ format('spring-boot-{0}', github.ref_name)}}
+ build-name: ${{ format('spring-boot-{0}', steps.build-and-publish.outputs.version)}}
28
folder: 'deployment-repository'
29
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
30
repository: 'libs-staging-local'
0 commit comments