From 840e05561adf2eb9ac272e9023ebaf5acb0e3678 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Oct 2024 14:43:20 +0100 Subject: [PATCH] Set artifact properties for docs publishing in release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73b4e72c..ef92b5cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}