Skip to content

Commit cbbddb6

Browse files
committed
chore: Configure semantic release properly
1 parent 2afd794 commit cbbddb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
with:
3030
node-version: 10
3131
registry-url: https://registry.npmjs.org/
32-
- run: npm ci
3332
- run: npm run deploy-docs
3433
- run: npm run semantic-release
3534
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"rollup-plugin-node-resolve": "^3.4.0",
122122
"rollup-plugin-sourcemaps": "^0.4.2",
123123
"rollup-plugin-typescript2": "^0.18.0",
124-
"semantic-release": "^17.0.1",
124+
"semantic-release": "^17.0.2",
125125
"shelljs": "^0.8.3",
126126
"storybook-readme": "^5.0.8",
127127
"travis-deploy-once": "^5.0.9",

0 commit comments

Comments
 (0)