From 61f6afa80b05c0a4ba6f6af8b91299409f350f3f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 28 Mar 2024 16:46:06 +0100 Subject: [PATCH] Remove offending property from docs zip publishing See gh-939 --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index e841c0ba..d23b3671 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -50,7 +50,7 @@ jobs: signing-key: ${{ secrets.GPG_PRIVATE_KEY }} signing-passphrase: ${{ secrets.GPG_PASSPHRASE }} artifact-properties: | - /**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.displayname=Spring for GraphQL,zip.type:docs,zip.deployed=false + /**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false - name: Send notification uses: ./.github/actions/send-notification if: always()