Skip to content

Commit b55f604

Browse files
committed
Set artifact properties required for docs publication
1 parent 64b8241 commit b55f604

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
@@ -30,6 +30,8 @@ jobs:
3030
folder: 'deployment-repository'
3131
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
3232
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
33+
artifact-properties: |
34+
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
3335
- name: Send Notification
3436
uses: ./.github/actions/send-notification
3537
if: always()

0 commit comments

Comments
 (0)