-
Notifications
You must be signed in to change notification settings - Fork 11
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
Parser Causes Exception #28
Comments
I think you are correct, opened a PR to fix that. Would you be able to test the fix? I can release a rc |
Published [email protected] with a fix |
The project is for my organization, so I can't trigger a new release if I don't have new features, but as soon as I or one of my colleagues release something either in this or another project, we will try the version with the fix |
I think I will just release this before others run into the same issue. Thanks a lot for reporting and sorry that this caused issues. |
Published a new version [email protected] |
Hello everyone!
I am not sure if I am the only one to experience this, but since version 2.9.1 the release fails with the following error:
I tried with node versions 18, 19, and 20.
I did some investigation and I think the problem might be in `lib/publish.js' on lines 23- 24:
I found this issue on GitHub that hints at the fact that readFile returns a buffer if called without a second argument, while yaml.parse() expects a string.
I would be curious to hear someone else's opinion on this and knowing if anyone else had this issue
The text was updated successfully, but these errors were encountered: