From b55f60485286d6d9a89bbbf7edc67f99d901431f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jul 2024 15:01:11 +0100 Subject: [PATCH] Set artifact properties required for docs publication --- .github/workflows/build-and-deploy-snapshot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 39bf0c23..eb964bf4 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -30,6 +30,8 @@ jobs: folder: 'deployment-repository' signing-key: ${{ secrets.GPG_PRIVATE_KEY }} signing-passphrase: ${{ secrets.GPG_PASSPHRASE }} + artifact-properties: | + /**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false - name: Send Notification uses: ./.github/actions/send-notification if: always()