From cfe2495a8e5cdb6ec29cf31421c4dc76d3639704 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sun, 4 Feb 2024 17:01:05 -0300 Subject: [PATCH] Missing branch is OK --- .github/workflows/octez_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index 0ff18bc..ef0163d 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -29,7 +29,7 @@ jobs: export OCTEZ_VERSION=$(cat octez_version) git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git branch -D octez-$OCTEZ_VERSION + git branch -D octez-$OCTEZ_VERSION || true git checkout -b octez-$OCTEZ_VERSION git add . git commit -m "Update Octez binaries to $OCTEZ_VERSION"