diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11501f05f5..0b5063276e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -336,8 +336,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} release-type: simple package-name: dsp-api - changelog-types: '[{"type": "feat","section": "Enhancements","hidden": false }, {"type": "fix","section": "Bug Fixes","hidden": false }, {"type": "chore","section": "Maintenance","hidden": false }, {"type": "docs","section": "Documentation","hidden": false }]' - + changelog-types: '[{"type": "feat", "section": "Enhancements", "hidden": false }, {"type": "fix", "section": "Bug Fixes", "hidden": false }, {"type": "chore", "section": "Maintenance", "hidden": false }, {"type": "refactor", "section": "Maintenance", "hidden": false }, {"type": "docs", "section": "Documentation", "hidden": false }]' # publish only on release publish: