Skip to content

Commit 282dd78

Browse files
authored
Don't fail the build if it won't deploy (#173)
1 parent c11325a commit 282dd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- *install
7474
- *build
7575
- save-cache: *save-cache
76-
- run: yarn semantic-release
76+
- run: yarn semantic-release || true
7777

7878
# Workflows enables us to run multiple jobs in parallel
7979
workflows:
@@ -90,4 +90,4 @@ workflows:
9090
- Website
9191
filters:
9292
branches:
93-
only: master
93+
only: master

0 commit comments

Comments
 (0)