-
-
Notifications
You must be signed in to change notification settings - Fork 537
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
ERROR 422 (Invalid request. For 'properties/body', nil is not a string.) #1014
Comments
I'm having the same issue, here a workaround by using release of May 2nd run: |
npx release-it@15.10.3 --ci |
After enable debug https://github.com/release-it/release-it/blob/main/README.md#troubleshooting--debugging, I spot a diff in But did not check by version sticking on octokit-rest upgraded dependency https://github.com/octokit/rest.js 15.10.3 ok
15.11.0 (latest) failed
|
Sorry I'm late to the party, but is this still an issue? I've done a few updates of dependencies in the meantime. |
Still happening for me with |
I'm still getting this on 16.1.5, as well, but oddly enough, aavargasp's solution no longer works for me (it had worked a few months ago, but no longer). |
Yes. We just saw this on https://github.com/webdriverio-community/wdio-electron-service/actions/runs/8211712054/job/22461024964 using Let me know if you'd welcome a PR. At first glance it looks like we'd want to remove release-it/lib/plugin/github/GitHub.js Lines 208 to 215 in 91b5d2f
Since I'm not familiar with the code my proposal would be to:
|
Feel free to open a PR! I welcome PRs for sure and I'm happy to review. A draft PR is fine and I'm sure we'll sort it out. |
due to issue release-it/release-it#1014
due to issue release-it/release-it#1014 Signed-off-by: kodai3 <k3dai.su3@gmail.com>
due to issue release-it/release-it#1014 Signed-off-by: kodai3 <k3dai.su3@gmail.com>
Going to close this one. If there's any remaining issues left, your best bet is a PR we can discuss. But new issues are fine too. |
The issue still exists.
Github action
|
A pull request works best, because that allows to understand the issue best and verify it's resolved properly in the environment the bug surfaced. |
Version: 15.11.0
If I release my nodeJS project twice, the second time it fails:
The second release doesn't have any git changes, usually I use such a release to force a restart of the app and a refresh of the cache.
The text was updated successfully, but these errors were encountered: