Skip to content

2022-June-29 - 2.6+016f543

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:58
016f543
Fix .github workflow do-release script (#10803)

BUILD_NUMBER variable was empty and this caused problems later
when we had an empty 'tag' name for the github release action.
Previously the 'set-build-number' script returned the version
number. That behavior was updated and hence it is now empty.

To correct this, we make use of the new scripts that can return
the build number (which do so in an idempotent and deterministic
way, without mutating other files as a side-effect).