Skip to content

v1.7.6

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:46
1e653de
ci : add should_release variable

This commit adds a `should_release` variable to the GitHub Actions
workflow to determine if a release should be created based on the tag or
branch conditions.

The motivation for this that it simplifies the logic for deciding
whether to upload artifacts or not, making it easier to maintain if we
need to change the conditions in the future.