We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b8241 commit b55f604Copy full SHA for b55f604
.github/workflows/build-and-deploy-snapshot.yml
@@ -30,6 +30,8 @@ jobs:
30
folder: 'deployment-repository'
31
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
32
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
33
+ artifact-properties: |
34
+ /**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
35
- name: Send Notification
36
uses: ./.github/actions/send-notification
37
if: always()
0 commit comments