diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad3fb686a..98f6069e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,10 +85,9 @@ jobs: - uses: GoogleCloudPlatform/release-please-action@v2 with: token: ${{ secrets.GH_TOKEN }} - release-type: node path: projects/dsp-ui - package-name: dsp-ui - 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 }]' + release-type: node + 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 }]' publish: name: Publish to npm