We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162832b commit f9be1efCopy full SHA for f9be1ef
.github/workflows/build-and-deploy-snapshot.yml
@@ -49,6 +49,8 @@ jobs:
49
folder: 'deployment-repository'
50
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
51
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
52
+ artifact-properties: |
53
+ /**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
54
- name: Send notification
55
uses: ./.github/actions/send-notification
56
if: always()
0 commit comments