Merge branch '3.2.x'
This commit is contained in:
commit
e0ee4817d6
|
@ -49,6 +49,8 @@ jobs:
|
||||||
folder: 'deployment-repository'
|
folder: 'deployment-repository'
|
||||||
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
|
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
|
artifact-properties: |
|
||||||
|
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
|
||||||
- name: Send notification
|
- name: Send notification
|
||||||
uses: ./.github/actions/send-notification
|
uses: ./.github/actions/send-notification
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue