Set artifact properties on the docs zip when releasing

Closes gh-40433
This commit is contained in:
Andy Wilkinson 2024-04-19 11:42:10 +01:00
parent 5e9161f785
commit 67fb115b6c
1 changed files with 2 additions and 0 deletions

View File

@ -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: