Skip to content

Latest releases are not being marked as "latest" in Github release page #776

@jvanz

Description

@jvanz

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The Helm charts released by our CI are not being marked as "latest" on Github. Therefore, when the user access the Helm charts repository the latest release is from Nov 4, 2024.

Image

It looks like a bug in the command calling chart releaser:

# Upload the chart to the GitHub release
cr upload --config ${CONFIG_FILE} -o ${OWNER} -r ${REPO} -c "$(git rev-parse HEAD)" --skip-existing --make-release-latest=false --token ${CR_TOKEN} --push
echo "Charts released!"

The script never set release as latest.

Expected Behavior

The CI should mark the latest Helm chart as "latest" on Github UI.

Steps To Reproduce

No response

Environment

- OS:
- Architecture:

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions