Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-caret committed Jan 19, 2023
1 parent 6acd676 commit 837919d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ install:
- bundle install --path vendor/bundle
script:
- rvm 2.6.3 do bundle exec middleman build
before_deploy:
- git config --local user.name "wakate"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 837919d

Please sign in to comment.