Skip to content

Commit

Permalink
fix: put back in sem rel trans
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Aug 21, 2020
1 parent 0c8c660 commit 7b73183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
curl -sSL "https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.18.3-linux-x64/bin/node
curl https://www.npmjs.com/install.sh | sudo bash
- run: npm install
- 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 @semantic-release/exec
- 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 @semantic-release/exec @json-schema-tools/semantic-release-transpiler
- run: npm run build
- run: ./node_modules/.bin/semantic-release
- run:
Expand Down

0 comments on commit 7b73183

Please sign in to comment.