Skip to content

Commit

Permalink
fix(semver): clear naming circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed May 7, 2021
1 parent 292cf5e commit d375361
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,19 @@ commands:
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
git config --global user.email "developer@yonomi.co"
git config --global user.name "CircleCI"
- run: sudo apt-get update
- run: sudo apt-get -y install npm
- run: |
npm init -y
npm i -D @semantic-release/changelog
npm i -D @semantic-release/git
npm i -D semantic-release-dart
npx semantic-release --branches main
- run:
name: Install npm
command: |
sudo apt-get update
sudo apt-get -y install npm
- run:
name: Download Semantic Release
command: |
npm init -y
npm i -D @semantic-release/changelog
npm i -D @semantic-release/git
npm i -D semantic-release-dart
npx semantic-release --branches main
dependencies:
description: "Download dependencies and setup global packages"
parameters:
Expand Down

0 comments on commit d375361

Please sign in to comment.