Skip to content

Commit 840e055

Browse files
committed
Set artifact properties for docs publishing in release workflow
1 parent ab8f6b7 commit 840e055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Stage Release
2424
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
2525
with:
26+
artifact-properties: |
27+
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false
2628
build-name: ${{ format('spring-restdocs-{0}', steps.build-and-publish.outputs.version) }}
2729
folder: 'deployment-repository'
2830
password: ${{ secrets.ARTIFACTORY_PASSWORD }}

0 commit comments

Comments
 (0)