Skip to content

How to resolve failed release build trigger

Marc Durdin edited this page Aug 1, 2021 · 1 revision
  1. If it exists, delete the branch named auto/version-master-<version> on GitHub https://github.com/keymanapp/keyman/branches/all
  2. If it exists, delete the tag with the name release-<version>-<tier> on GitHub with git push --delete origin <tag>
  3. Run the Trigger Release Builds (tier) build.

Note: there may be repeated comments on some PRs as a result of this. This is a minor issue and we won't worry about it.

Clone this wiki locally