diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c5d5a296..26bcdb92 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,12 +18,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} release-type: simple package-name: gcp_scanner - changelog-types: | - [ - {"type":"feat","section":"Features","hidden":false}, + changelog-types: '[{"type":"feat","section":"Features","hidden":false}, {"type":"fix","section":"Bug Fixes","hidden":false}, {"type":"docs","section":"Documentation","hidden":false}, {"type":"test","section":"Tests","hidden":false}, {"type":"chore","section":"Miscellaneous","hidden":false}, - {"type":"ci","section":"Miscellaneous","hidden":false} - ] + {"type":"ci","section":"Miscellaneous","hidden":false}]'