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

ci(travis): Ensures that post script only runs when pre passes.

parent 65310932
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,7 @@ after_success:
git fetch --tags;
npm i semantic-release;
npm i last-release-git;
./node_modules/.bin/semantic-release pre;
./node_modules/.bin/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