diff --git a/.github/actions/deploy-to-artifactory/action.yml b/.github/actions/deploy-to-artifactory/action.yml index 142e274..9bb17c4 100644 --- a/.github/actions/deploy-to-artifactory/action.yml +++ b/.github/actions/deploy-to-artifactory/action.yml @@ -28,7 +28,7 @@ runs: with: artifact-properties: | /**/dependency-management-plugin-*.zip::zip.type=docs,zip.deployed=false - build-name: ${{ format('dependency-management-plugin-{0}', inputs.build-name-version }} + build-name: ${{ format('dependency-management-plugin-{0}', inputs.build-name-version) }} folder: 'artifactory' username: ${{ inputs.username }} password: ${{ inputs.password }}