github-action-benchmark icon indicating copy to clipboard operation
github-action-benchmark copied to clipboard

Adding failsafe to the release script

Open germain-gg opened this issue 4 years ago • 0 comments

When running the release script, I encountered a couple of issues. This PR attempts to make this script a bit less rigid and run to completion a bit more often than not

  • git add -f. Added the -f as a user does not always have the proper git config to make that by default
  • git rm --ignore-unmatch. Always exit with a status code of 0.

germain-gg avatar Jun 14 '21 14:06 germain-gg