Skip to content

stable version tries to pull Stable tag causing build failure #11939

Open
@ethanwhite

Description

Details

Expected Result

Adding the stable version will either include the most recent semantic tag as the stable version (if there is no stable tag) or use the stable tag if it exists

Actual Result

The build tries to pull run:

git fetch origin --force --prune --prune-tags --depth 50 refs/tags/Stable:refs/tags/Stable 

which fails, either because there is no tag or because the tag is named stable not Stable

Currently there is not stable tag in the repository but the same result occurs if a stable tag is present.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions