Skip to content

Commit 96c5df9

Browse files
committed
Add documentation artifact properties for release
Closes gh-1661
1 parent 2a4109b commit 96c5df9

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
@@ -41,6 +41,8 @@ jobs:
4141
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
4242
uri: 'https://repo.spring.io'
4343
username: ${{ secrets.ARTIFACTORY_USERNAME }}
44+
artifact-properties: |
45+
/**/initializr-docs-*.zip::zip.type=docs,zip.deployed=false
4446
outputs:
4547
version: ${{ steps.read-version.outputs.version }}
4648
sync-to-maven-central:

0 commit comments

Comments
 (0)