Skip to content

Commit

Permalink
ci: Install dependencies for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Jan 3, 2019
1 parent 28939d6 commit 0f08a39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/bash/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ curl -sL https://deb.nodesource.com/setup_$NODE_MAJOR_VERSION.x | bash -

apt-get install -y nodejs

npm install -g semantic-release@$SEMANTIC_RELEASE_MAJOR_VERSION
npm install -g semantic-release@$SEMANTIC_RELEASE_MAJOR_VERSION \
@semantic-release/exec \
@semantic-release/git

0 comments on commit 0f08a39

Please sign in to comment.