We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09680e1 commit ad60412Copy full SHA for ad60412
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
31
uri: 'https://repo.spring.io'
32
username: ${{ secrets.ARTIFACTORY_USERNAME }}
33
+ artifact-properties: |
34
+ /**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false
35
outputs:
36
version: ${{ steps.build-and-publish.outputs.version }}
37
sync-to-maven-central:
0 commit comments