Skip to content

Commit

Permalink
Correct the value of build-name when deploying to Artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 2, 2024
1 parent 029d266 commit b5ed22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-artifactory/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b5ed22b

Please sign in to comment.