Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The GitHub Release build event handler can be used to manage GitHub releases. You can create a new release, edit or delete an existing release. You can also upload release assets when create or editing a release. The build event handler can be set to automatically respond to any Build Events.

GitHub Release

Image RemovedImage Added

GitHub API Url

...

Tick this checkbox to delete any existing release assets with the same name before uploading the new updated assets.

When To Run

You can specify when the build event handler runs by linking it to a Build Event on the When To Run tab.

...

An error result will be returned if a release with a matching tag name is not found. Tick this option to ignore these errors, only logging a warning to the build log.

Fail build on error

Tick this to fail the build if the operation returns an error or failure. This is only available if Wait for result is ticked.

...