Closed fragosti closed 4 years ago
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:
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 cycjimmy/semantic-release-action@v2
in my workflow file.
@fragosti What other dependencies? This package only has two dependencies
how do you see what version of semantic-release I'm using?
@fragosti you pasted semantic_version: 1.0.0
in the first code block.
I mis-understood the docs :) Thanks! I thought I was overriding what the next release version would be.
:tada: This issue has been resolved in version 2.4.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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. https://github.com/actions/toolkit/issues/398 All this is open source at https://github.com/0xProject/0x-api/