Skip to content

Commit b5ed22b

Browse files
committed
Correct the value of build-name when deploying to Artifactory
1 parent 029d266 commit b5ed22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-to-artifactory/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
with:
2929
artifact-properties: |
3030
/**/dependency-management-plugin-*.zip::zip.type=docs,zip.deployed=false
31-
build-name: ${{ format('dependency-management-plugin-{0}', inputs.build-name-version }}
31+
build-name: ${{ format('dependency-management-plugin-{0}', inputs.build-name-version) }}
3232
folder: 'artifactory'
3333
username: ${{ inputs.username }}
3434
password: ${{ inputs.password }}

0 commit comments

Comments
 (0)