Skip to content

Commit

Permalink
Chore: exit code 0 when skip
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 2, 2021
1 parent 65dd0ad commit f6ee0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
<<: *cache-defaults
- run:
name: Create Release
command: "[ -z ${CIRCLE_SKIP_DEPLOY+x} ] && npm run semantic-release"
command: "[ -z ${CIRCLE_SKIP_DEPLOY+x} ] && npm run semantic-release || echo 'job skipped'"

workflows:
version: 2
Expand Down

0 comments on commit f6ee0bf

Please sign in to comment.