From 100c4e6b44764b3b476619f7bb2b24b4ab840d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Fri, 8 Jan 2021 16:40:09 +0100 Subject: [PATCH] chore(gh-ci): Update release-please (#254) * chore(CI): Update workflow * fix(CI): Bug fix in gh actions workflwo * chore(gh-ci): Update workflow --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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