-
Notifications
You must be signed in to change notification settings - Fork 98
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
UnhandledPromiseRejectionWarning: TypeError: (s || "").replace is not a function #30
Comments
I noticed that you are using a really old version of semantic-release@1.0.0. Actions may not support such an old version. Please try to re-run with version 15 or above to see if there is still a problem. |
This is still a problem with semantic-release@17.0.7. Looks like it is an issue that can be solved by updating @actions/core to v1.2.4 The actual issue is that core.setOutput v1.2.3 only accepts strings as input and some of these variables are not strings: semantic-release-action/src/windUpJob.task.js Lines 32 to 36 in e797462
This is fixed in v1.2.4 |
Might be good to update the other dependencies with warnings too. |
And @cycjimmy how do you see what version of semantic-release I'm using? All I can control is declaring |
@fragosti What other dependencies? This package only has two dependencies |
@fragosti you pasted |
I mis-understood the docs :) Thanks! I thought I was overriding what the next release version would be. |
🎉 This issue has been resolved in version 2.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
I get the following error when manually triggering the action. Am I configured correctly?
Workflow
I specified the config in
package.json
Workflow file.
Expected behavior
No errors.
Additional context
Other people have run into a similar error in the core actions module.
actions/toolkit#398
All this is open source at https://github.com/0xProject/0x-api/
The text was updated successfully, but these errors were encountered: