Browse Source

Merge branch '3.1.x' into 3.2.x

pull/39946/head
Andy Wilkinson 2 years ago
parent
commit
4e0dd6cf41
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml

2
.github/workflows/build-and-deploy-snapshot.yml

@ -49,6 +49,8 @@ jobs: @@ -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()

Loading…
Cancel
Save