You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When chart-releaser action is run in a workflow triggered by a
tag
, orrelease
, the action fails.Chart-releaser fails to compare the file changes.
Example:
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
The text was updated successfully, but these errors were encountered: