Skip to content

Commit fde0835

Browse files
committed
fix(sad): its a sad day when you cant make your tools do what you want.
1 parent e4b2f1f commit fde0835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- run:
2626
name: Jest
2727
command: yarn test
28-
publish:
28+
release:
2929
executor: rn/linux_js
3030
steps:
3131
- attach_workspace:
3232
at: .
3333
- rn/yarn_install
3434
- run:
35-
name: Publish to NPM
35+
name: Publish a release to NPM
3636
command: yarn semantic-release
3737

3838

@@ -43,6 +43,6 @@ workflows:
4343
- analyze:
4444
requires:
4545
- checkout_code
46-
- publish:
46+
- release:
4747
requires:
4848
- analyze

0 commit comments

Comments
 (0)