From bcc57255e4d2f2147b04afa2090d948e006a91c6 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 25 Apr 2019 08:31:28 +0100 Subject: [PATCH] ci: Don't fail when the slower CI run attempts to create a release We have two CI tasks competing to create the release. It's fine for the slower one to fail because the release has already been created, it will continue and upload the artefacts. --- run-release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-release.sh b/run-release.sh index c56604f0..678685f4 100755 --- a/run-release.sh +++ b/run-release.sh @@ -24,7 +24,8 @@ echo "==> Creating $tag release" run github-release release \ --user $user \ --repo $repo \ - --tag $tag + --tag $tag \ + || true function upload() { file=$1