github-action-benchmark
github-action-benchmark copied to clipboard
Adding failsafe to the release script
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.