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

Fix Chart Releaser action #350

Merged

Conversation

i5okie
Copy link
Contributor

@i5okie i5okie commented Sep 25, 2023

The original functionality is to compare the current changes against the latest tag.
However, when the workflow is triggered by a new release, the current changes and the latest tag are the same, so no changes are detected.

The updated function addresses the race condition by comparing the current changes against a previous tag.

Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
@i5okie i5okie requested a review from esune September 25, 2023 18:18
@i5okie i5okie self-assigned this Sep 25, 2023
@esune esune merged commit 0e9f57d into bcgov:2.0-development Sep 25, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants