We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8f6b7 commit 840e055Copy full SHA for 840e055
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
- name: Stage Release
24
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
25
with:
26
+ artifact-properties: |
27
+ /**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
28
build-name: ${{ format('spring-restdocs-{0}', steps.build-and-publish.outputs.version) }}
29
folder: 'deployment-repository'
30
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
0 commit comments