Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Commit 2a2f5a2

Browse files
authored
fix(ci): properly fail release job when npm publish fails (#583)
Remove || true from semantic-release command so that publishing failures are properly reported instead of being silently ignored.
1 parent 4882163 commit 2a2f5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- rn/yarn_install
4848
- run:
4949
name: Publish to NPM
50-
command: yarn semantic-release || true
50+
command: yarn semantic-release
5151

5252
workflows:
5353
ci:

0 commit comments

Comments
 (0)