Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 4e35a55

Browse files
authoredApr 14, 2020
chore(ci): semantic-release on success (#221)
With language node_js the semantic-release command should work
1 parent 00b24b6 commit 4e35a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ after_success:
2626
# run automated release process with semantic-release
2727
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, TRAVIS_EVENT_TYPE=$TRAVIS_EVENT_TYPE, TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
2828
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
29-
npm run semantic-release;
29+
semantic-release;
3030
fi;

0 commit comments

Comments
 (0)
This repository has been archived.