Skip to content

Commit ab9b958

Browse files
authored
Deploy on tag
1 parent cd8c14f commit ab9b958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cd/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
2-
if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
2+
if [ -n "$TRAVIS_TAG" ]; then
33
mvn deploy -P sign,build-extras --settings cd/mvnsettings.xml
4-
fi
4+
fi

0 commit comments

Comments
 (0)