From 3d9bb13b6a0fd8ab9a57d1e11e6ce77be7ae2433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Fri, 18 Dec 2020 16:23:38 +0100 Subject: [PATCH] chore(ci): Update package-name in gh actions workflow (#352) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7240a3301b..7ea8650257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: with: token: ${{ secrets.GH_TOKEN }} release-type: node - package-name: DSP-JS + package-name: DSP-APP 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 only on release