We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0a582 commit cf03ab3Copy full SHA for cf03ab3
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
67
- run:
68
name: Config git remote
69
- command: git remote set-url upstream "https://github.com/channel-io/design-system"
+ command: git remote add upstream "https://github.com/channel-io/design-system"
70
- run: npm publish
71
72
workflows:
0 commit comments