We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a126612 commit a9d5841Copy full SHA for a9d5841
.circleci/config.yml
@@ -49,6 +49,7 @@ jobs:
49
- run: npm test
50
- run: npm run build
51
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin
52
+ - run: git checkout package.json package-lock.json
53
- run: ./node_modules/.bin/semantic-release
54
- save_cache: *save-deps-cache
55
0 commit comments