Skip to content

Commit

Permalink
Add missing properties for released artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Jul 11, 2024
1 parent 09680e1 commit ad60412
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 @@ -30,6 +30,8 @@ jobs:
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
uri: 'https://repo.spring.io'
username: ${{ secrets.ARTIFACTORY_USERNAME }}
artifact-properties: |
/**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false
outputs:
version: ${{ steps.build-and-publish.outputs.version }}
sync-to-maven-central:
Expand Down

0 comments on commit ad60412

Please sign in to comment.