Skip to content

Commit 67fb115

Browse files
committed
Set artifact properties on the docs zip when releasing
Closes gh-40433
1 parent 5e9161f commit 67fb115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3333
uri: 'https://repo.spring.io'
3434
username: ${{ secrets.ARTIFACTORY_USERNAME }}
35+
artifact-properties: |
36+
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
3537
outputs:
3638
version: ${{ steps.build-and-publish.outputs.version }}
3739
verify:

0 commit comments

Comments
 (0)