Skip to content

Commit 32926d2

Browse files
authored
Merge pull request #5 from emyann/fix/ci3
fix: ci3
2 parents 6f53318 + e28e244 commit 32926d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
keys:
3838
- v1-dependencies-{{ checksum "yarn.lock" }}
3939
- v1-dependencies-
40-
- v1-dist-{{ .Environment.CIRCLE_SHA1 }}
4140
- run: yarn install
4241
- save_cache:
4342
paths:
4443
- node_modules
4544
key: v1-dependencies-{{ checksum "yarn.lock" }}
45+
- restore_cache:
46+
keys:
47+
- v1-dist-{{ .Environment.CIRCLE_SHA1 }}
4648
- run:
4749
name: Publish Package
4850
command: cd dist && yarn run semantic-release

0 commit comments

Comments
 (0)