Skip to content

Commit 8a22108

Browse files
committed
Use the version not the tag when creating the build name
1 parent 22698ea commit 8a22108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Stage Release
2525
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
2626
with:
27-
build-name: ${{ format('spring-boot-{0}', github.ref_name)}}
27+
build-name: ${{ format('spring-boot-{0}', steps.build-and-publish.outputs.version)}}
2828
folder: 'deployment-repository'
2929
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3030
repository: 'libs-staging-local'

0 commit comments

Comments
 (0)