Skip to content

Commit

Permalink
Set artifact properties on the docs zip when releasing
Browse files Browse the repository at this point in the history
Closes gh-40433
  • Loading branch information
wilkinsona committed Apr 19, 2024
1 parent 5e9161f commit 67fb115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
uri: 'https://repo.spring.io'
username: ${{ secrets.ARTIFACTORY_USERNAME }}
artifact-properties: |
/**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false
outputs:
version: ${{ steps.build-and-publish.outputs.version }}
verify:
Expand Down

0 comments on commit 67fb115

Please sign in to comment.