-
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
Upload of change log to GitHub fails #3
Comments
I have created a test project https://github.com/tschulte/github-releasetest with corresponding travis job https://travis-ci.org/tschulte/github-releasetest/. With that project, upload of the releasenotes does work OK every time. |
Not reproducible any more. |
Now the problem happens sometime in the test project. E.g. https://travis-ci.org/tschulte/github-releasetest/builds/80699738
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The upload of the change log to GitHub fails frequently with
I think this is a timing issue. The tag is created and pushed to GitHub. Upload of the change log to GitHub using the Rest-API does require the existence of the tag. Maybe the API caches the tags.
One possible solution might be to first poll the tags using the API after creating and pushing the tag.
The text was updated successfully, but these errors were encountered: