diff --git a/build.sh b/build.sh index e5204fb..ce93aba 100755 --- a/build.sh +++ b/build.sh @@ -55,5 +55,6 @@ git add requirements.txt git -c user.name='travis' -c user.email='travis' \ commit -m "awscli ${AWSCLI_VERSION}" git tag ${AWSCLI_VERSION} +git tag -f latest git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli master --tags