From 67fb115b6c004d43c12f1bbfc9a56df28c499d84 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 19 Apr 2024 11:42:10 +0100 Subject: [PATCH] Set artifact properties on the docs zip when releasing Closes gh-40433 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5cb63499ae..7a146bd245f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,8 @@ jobs: signing-passphrase: ${{ secrets.GPG_PASSPHRASE }} uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }} + artifact-properties: | + /**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false outputs: version: ${{ steps.build-and-publish.outputs.version }} verify: