Skip to content

Commit

Permalink
ci: Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcab committed Oct 15, 2022
1 parent 46df4ae commit 6da3e9c
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 @@ -80,7 +80,7 @@ jobs:
- attach_workspace:
at: ~/Clever
- clone-ci-scripts
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/npm-publish $NPM_TOKEN .; fi;
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/npm-publish $NPM_TOKEN .; fi;

workflows:
version: 2
Expand Down

0 comments on commit 6da3e9c

Please sign in to comment.