Skip to content
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

--github-release sometimes fails with "Validation Failed" #2038

Closed
christophehurpeau opened this issue Apr 15, 2019 · 4 comments
Closed

--github-release sometimes fails with "Validation Failed" #2038

christophehurpeau opened this issue Apr 15, 2019 · 4 comments

Comments

@christophehurpeau
Copy link

christophehurpeau commented Apr 15, 2019

I use --github-release on several repos and sometimes it fails.

Example of fail here :
https://circleci.com/gh/ornikar/shared-configs/875

Example of success here :
https://circleci.com/gh/ornikar/shared-configs/884

This is not a token autorisation issue.
I initially thought it was related to having private packages in the repo, but this one doesn't have any.

How can we help debug this issue ?

@fc
Copy link
Contributor

fc commented Apr 15, 2019

@evocateur
Copy link
Member

I believe this is due to a sorting bug, fixed it here but I need time to write a test.

@milesj
Copy link
Contributor

milesj commented Apr 23, 2019

@evocateur Pretty sure it's that. I have these packages and it fails:

Changes:
 - lunar-apollo: 1.0.1 => 1.0.2
 - lunar-app-shell: 1.0.1 => 1.0.2
 - lunar: 1.1.0 => 1.1.1
 - lunar-forms: 1.0.1 => 1.0.2
 - lunar-icons: 1.0.1 => 1.0.2
 - lunar-layouts: 1.0.1 => 1.0.2
 - lunar-metrics: 1.0.1 => 1.0.2
 - lunar-test-utils: 1.0.1 => 1.0.2 (private)

Obviously the "lunar" is going to cause issues.

@evocateur
Copy link
Member

Anyway, I gave up trying to concoct a test. 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants