Skip to content

Commit

Permalink
chore(gh-ci): Update release-please (#254)
Browse files Browse the repository at this point in the history
* chore(CI): Update workflow

* fix(CI): Bug fix in gh actions workflwo

* chore(gh-ci): Update workflow
  • Loading branch information
André Kilchenmann committed Jan 8, 2021
1 parent 62dd9e8 commit 100c4e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 100c4e6

Please sign in to comment.