From a33b671510141bf19510b4ee7c72f92817b66b7e Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Mon, 24 Sep 2018 20:15:00 +0200 Subject: [PATCH] Try to delete tag first to see if release date is updated --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7025a449..3a73380a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,7 @@ before_deploy: - git tag -f travis-${DEV}${BRANCH}-build - git remote add gh https://${OWNER}:${GITHUB_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git + - git push gh :travis-${DEV}${BRANCH}-build || true - git push -f gh travis-${DEV}${BRANCH}-build - git remote remove gh