Skip to content

Commit

Permalink
Remove offending property from docs zip publishing
Browse files Browse the repository at this point in the history
See gh-939
  • Loading branch information
bclozel committed Mar 28, 2024
1 parent 181fabc commit 61f6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 61f6afa

Please sign in to comment.