Skip to content

2021-February-02--09.02 - Prerelease - 2.6.7@e2c7c416a4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Feb 09:24
e2c7c41
Simplify create-release github action & use unique tags (#8750)

Deleting and recreating tags does not consistently replace a release.
We are observing the replacement of the tag but the release can then
be created as a draft. This is not what we want.

This update simplifies the steps in the create-release action
and instead of deleting and re-using the 'prerelease' tag,
instead the tag will just match the product version
and will be unique each time.