Skip to content

Commit

Permalink
Chore: deploy ci as single command
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 2, 2021
1 parent 231549d commit 96c2800
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"

workflows:
version: 2
Expand Down

0 comments on commit 96c2800

Please sign in to comment.