Skip to content

Commit cb82bf4

Browse files
committed
fix: ci
1 parent 26e2f9a commit cb82bf4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
command: yarn build
3232
- run:
3333
name: 🚀 Publish to Github Package
34-
command: yarn ci:publish
35-
environment:
36-
GH_TOKEN: echo ${GH_TOKEN}
37-
NPM_TOKEN: echo ${NPM_TOKEN}
34+
command: yarn semantic-release || true
3835

3936
workflows:
4037
build-and-test:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"test": "jest",
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
1111
"ci:publish": "yarn semantic-release",
12-
"semantic-release": "semantic-release",
13-
"emulate:ci": "CIRCLECI=true CIRCLE_BRANCH=master DEBUG=condition npm_config_loglevel=verbose npm run semantic-release"
12+
"semantic-release": "semantic-release"
1413
},
1514
"repository": {
1615
"type": "git",

0 commit comments

Comments
 (0)