Skip to content

Commit ad60412

Browse files
committed
Add missing properties for released artifacts
See gh-1024
1 parent 09680e1 commit ad60412

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
@@ -30,6 +30,8 @@ jobs:
3030
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3131
uri: 'https://repo.spring.io'
3232
username: ${{ secrets.ARTIFACTORY_USERNAME }}
33+
artifact-properties: |
34+
/**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false
3335
outputs:
3436
version: ${{ steps.build-and-publish.outputs.version }}
3537
sync-to-maven-central:

0 commit comments

Comments
 (0)