Skip to content

Commit 61f6afa

Browse files
committed
Remove offending property from docs zip publishing
See gh-939
1 parent 181fabc commit 61f6afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
5151
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
5252
artifact-properties: |
53-
/**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.displayname=Spring for GraphQL,zip.type:docs,zip.deployed=false
53+
/**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false
5454
- name: Send notification
5555
uses: ./.github/actions/send-notification
5656
if: always()

0 commit comments

Comments
 (0)