Răsfoiți Sursa

force push tags

Nick Sweeting 1 an în urmă
părinte
comite
b1264a6f8b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      bin/release_git.sh

+ 1 - 1
bin/release_git.sh

@@ -18,6 +18,6 @@ cd "$REPO_DIR"
 # Push build to github
 echo "[^] Pushing release commit + tag to Github"
 git tag -a "v$VERSION" -m "v$VERSION"
-git push origin --tags
+git push origin -f --tags
 echo "    To finish publishing the release go here:"
 echo "        https://github.com/ArchiveBox/ArchiveBox/releases/new"