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 181fabc commit 61f6afaCopy full SHA for 61f6afa
.github/workflows/build-and-deploy-snapshot.yml
@@ -50,7 +50,7 @@ jobs:
50
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
51
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
52
artifact-properties: |
53
- /**/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
54
- name: Send notification
55
uses: ./.github/actions/send-notification
56
if: always()
0 commit comments