We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029d266 commit b5ed22bCopy full SHA for b5ed22b
.github/actions/deploy-to-artifactory/action.yml
@@ -28,7 +28,7 @@ runs:
28
with:
29
artifact-properties: |
30
/**/dependency-management-plugin-*.zip::zip.type=docs,zip.deployed=false
31
- build-name: ${{ format('dependency-management-plugin-{0}', inputs.build-name-version }}
+ build-name: ${{ format('dependency-management-plugin-{0}', inputs.build-name-version) }}
32
folder: 'artifactory'
33
username: ${{ inputs.username }}
34
password: ${{ inputs.password }}
0 commit comments