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.
2 parents 832ea8d + cf03ab3 commit bf16361Copy full SHA for bf16361
.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