Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release tag workflow fixes #1215

Merged
merged 3 commits into from
May 23, 2024
Merged

Release tag workflow fixes #1215

merged 3 commits into from
May 23, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    4556252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0819cd View commit details
    Browse the repository at this point in the history
  3. Ensure the latest tag is not replaced with a lightweight tag

    Due to the issues mentioned in the comments, when using the Github checkout action, when checking out via tag, the desired tag is converted to a lightweight tag even if it was originally an annotated tag. This causes git describe to break which also causes tools like snapcraft's versioning to break.
    kian99 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f40bdb View commit details
    Browse the repository at this point in the history