Skip to content

Commit f9be1ef

Browse files
committed
Set artifact properties to auto-publish snapshots docs
See gh-39851
1 parent 162832b commit f9be1ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
folder: 'deployment-repository'
5050
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
5151
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
52+
artifact-properties: |
53+
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
5254
- name: Send notification
5355
uses: ./.github/actions/send-notification
5456
if: always()

0 commit comments

Comments
 (0)