Skip to content
Snippets Groups Projects
Commit fe38234f authored by Ryan Smith's avatar Ryan Smith
Browse files

ci(travis): Corrects semantic release command.

parent bff20f66
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ after_success:
git fetch --tags;
npm i semantic-release;
npm i last-release-git;
semantic-release pre;
semantic-release post;
./node_modules/.bin/semantic-release pre;
./node_modules/.bin/semantic-release post;
fi
before_deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment