We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0b5e5 commit 8f3f94bCopy full SHA for 8f3f94b
.circleci/config.yml
@@ -5,6 +5,9 @@ jobs:
5
- image: "circleci/node:latest"
6
steps:
7
- checkout
8
+ - run:
9
+ name: install
10
+ command: yarn
11
- run:
12
name: release
13
command: yarn run semantic-release
0 commit comments