Skip to content

Commit 6a6bbf9

Browse files
committed
trying travis release
1 parent 341ec48 commit 6a6bbf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
set -ev
33
if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_EVENT_TYPE}" == "push" ]]; then
44
npm run build
5-
git tag $(node -p "require('./package.json').version")\ \($(date +'%Y-%m-%
6-
d')\)
5+
git tag $(node -p "require('./package.json').version")\ \($(date +'%Y-%m-%d')\)
76
export PACKAGE=$(npm pack --silent)
87
else
98
echo Skipping packaging because this is not master, or it is a pull request.

0 commit comments

Comments
 (0)