Skip to content

Commit 53c0e39

Browse files
committed
fix(ci/cd): Correct workflow /7
1 parent 74fb5f2 commit 53c0e39

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: npm run test:nowatch
3333
- name: Semantic Release
3434
run: npx semantic-release
35+
plugins: |
36+
@semantic-release/changelog@6.0.3
37+
@semantic-release/github
3538
env:
3639
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3740

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"uuid": "^9.0.0"
2727
},
2828
"devDependencies": {
29-
"@storybook/react": "^6.5.13",
3029
"@axe-core/react": "^4.3.1",
3130
"@babel/cli": "^7.16.0",
3231
"@babel/core": "^7.16.0",
@@ -40,6 +39,7 @@
4039
"@rollup/plugin-eslint": "^8.0.1",
4140
"@rollup/plugin-image": "^2.1.1",
4241
"@rollup/plugin-node-resolve": "^13.0.6",
42+
"@semantic-release/changelog": "^6.0.3",
4343
"@storybook/addon-actions": "^6.5.13",
4444
"@storybook/addon-essentials": "^6.5.13",
4545
"@storybook/addon-interactions": "^6.5.13",
@@ -48,6 +48,7 @@
4848
"@storybook/builder-webpack5": "^6.5.13",
4949
"@storybook/manager-webpack4": "^6.5.13",
5050
"@storybook/manager-webpack5": "^6.5.13",
51+
"@storybook/react": "^6.5.13",
5152
"@storybook/storybook-deployer": "^2.8.12",
5253
"@storybook/testing-library": "^0.0.13",
5354
"@svgr/rollup": "^6.1.2",

0 commit comments

Comments
 (0)