Set artifact properties on the docs zip when releasing
Closes gh-40433
This commit is contained in:
parent
5e9161f785
commit
67fb115b6c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue