Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Overwrite tag with release in 'github.autorelease'
Problem: 'gh release create' pushes the tag only when it doesn't exist, i.e. it won't attempt to update already existing tag with a given name. As a result, subsequent update of a given release (e.g. auto-release) won't update the underlying tag. Solution: If 'OVERWRITE_RELEASE' flag is provided, both existing release and tag are deleted.
- Loading branch information