Skip to content

Commit

Permalink
Missing branch is OK
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 4, 2024
1 parent fe7fa42 commit cfe2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/octez_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cfe2495

Please sign in to comment.