We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2f1f commit fde0835Copy full SHA for fde0835
.circleci/config.yml
@@ -25,14 +25,14 @@ jobs:
25
- run:
26
name: Jest
27
command: yarn test
28
- publish:
+ release:
29
executor: rn/linux_js
30
steps:
31
- attach_workspace:
32
at: .
33
- rn/yarn_install
34
35
- name: Publish to NPM
+ name: Publish a release to NPM
36
command: yarn semantic-release
37
38
@@ -43,6 +43,6 @@ workflows:
43
- analyze:
44
requires:
45
- checkout_code
46
- - publish:
+ - release:
47
48
- analyze
0 commit comments