Skip to content

Commit f8875ea

Browse files
committed
Add missing artifact properties for staging
This commit makes sure that docs artifacts have their attributes set for staging as well. Previously they were not and deployment of Javadoc did not occur. Closes gh-33204
1 parent c937516 commit f8875ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
folder: 'deployment-repository'
3131
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
3232
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
33+
artifact-properties: |
34+
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
35+
/**/framework-api-*-docs.zip::zip.type=docs
36+
/**/framework-api-*-schema.zip::zip.type=schema
3337
outputs:
3438
version: ${{ steps.build-and-publish.outputs.version }}
3539
verify:

0 commit comments

Comments
 (0)