Skip to content

Commit

Permalink
Use 'make release' to release
Browse files Browse the repository at this point in the history
To be consistent with the rest of the process, use 'make release' for
the release step in travis.
  • Loading branch information
mkolesnik authored and mangelajo committed Mar 25, 2020
1 parent ca693b2 commit 8990595
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 @@ -31,7 +31,7 @@ after_success:

deploy:
- provider: script
script: bash scripts/release
script: make release
on:
branch: master
condition: $DEPLOY = true

0 comments on commit 8990595

Please sign in to comment.