Set artifact properties to auto-publish snapshots docs

See gh-39851
This commit is contained in:
Andy Wilkinson 2024-03-11 11:57:52 +00:00
parent 162832bb0b
commit f9be1ef096
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ jobs:
folder: 'deployment-repository'
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
artifact-properties: |
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
- name: Send notification
uses: ./.github/actions/send-notification
if: always()