-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
Cannot read property 'data' of undefined #221
Comments
Any update about this issue? There is the action log, wierd thing is that the exact same |
I ran this action on a test repository and had it complete successfully early today, I then moved the workflow over to my actual repo, from which the test was mirrored. I made some unrelated changes, then ran it and got the same error ( I thought this might have been because the real repository didn't have any release at all yet and I have generate_release_notes on, as perhaps the GitHub API doesn't handle when there is nothing to compare to elegantly, but based on the other two comments that doesn't seem to be the case. |
Just wanted to report back that it turns out I actually did have an indentation issue with .github/release.yml, as I tried to use the UI to generate the notes for a manual release after my last release workflow failure (which unfortunately failed due to a typo this time and not because of the title issue). I redid a release after correcting that file and this time the action worked correctly. So if you use auto generated release notes or any other GitHub based mechanism, you may just want to go through everything with a fine-toothed comb and make sure it all checks out. |
I ran into the following error in a recent github action
The step is defined here: https://github.com/bazelbuild/rules_rust/blob/635da93206c2761d9db58ed82e194d2af053faf6/.github/workflows/release.yaml#L134-L143
The text was updated successfully, but these errors were encountered: