Set artifact properties for docs publishing in release workflow

This commit is contained in:
Andy Wilkinson
2024-10-21 14:43:20 +01:00
parent ab8f6b7bf2
commit 840e05561a

View File

@@ -23,6 +23,8 @@ jobs:
- name: Stage Release
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
with:
artifact-properties: |
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
build-name: ${{ format('spring-restdocs-{0}', steps.build-and-publish.outputs.version) }}
folder: 'deployment-repository'
password: ${{ secrets.ARTIFACTORY_PASSWORD }}