Skip to content

Commit

Permalink
Do not use date in the release title [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 18, 2018
1 parent 9041cb7 commit d0a6a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ deploy:
file: zephir.phar
skip_cleanup: true
draft: true
name: "$(zephir --dumpversion) $(date +'%Y.%m.%d %H:%M:%S')"
name: "$(zephir --dumpversion)"
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^master$
Expand Down

0 comments on commit d0a6a8a

Please sign in to comment.