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

Chart releaser action does not detect changes when triggered by tag/release #342

Closed
i5okie opened this issue Sep 19, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@i5okie
Copy link
Contributor

i5okie commented Sep 19, 2023

When chart-releaser action is run in a workflow triggered by a tag, or release, the action fails.
Chart-releaser fails to compare the file changes.

Example:

Run helm/[email protected]
Run owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")
Looking up latest tag...
Discovering changed charts since 'v2.0.0-beta2'...
Nothing to do. No chart changes detected.

An existing issue exists: helm/chart-releaser-action#150
A PR exists with proposed changes that have not been approved/merged as of today: helm/chart-releaser-action#154

@i5okie i5okie added the bug Something isn't working label Sep 19, 2023
@i5okie i5okie self-assigned this Sep 19, 2023
@esune
Copy link
Member

esune commented Sep 20, 2023

Resolved by #343

@esune esune closed this as completed Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants