Ensure both updates and tags are pushed for creating the release based on master

Curtis Gedak 2018-08-15 09:56:11 -06:00
parent c3f77a40aa
commit 94fd7e2f21

@ -93,8 +93,9 @@ Steps
git tag -a X.Y.Z -m "manuskript-x.y.z release"
- Push updates/tags to the git repository
- Push updates and tags to the git repository
git push
git push --tags
- Wait for Travis Continuous Integration builds/tests to complete