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

Do not remove GitHub's releaseType attribute from the publish configuration #2994

Closed
wants to merge 3 commits into from

Conversation

mseneshen
Copy link
Contributor

These lines cause an issue when publishing a build to GitHub with a releaseType of prerelease or release. When the latest*.yml files are published, the GitHub publisher fails to upload these files without the releaseType option, as the releaseType defaults to draft, which does not match the releaseType of the release and its executables.

I realize that these may be here for a good reason, so this pull request should definitely be reviewed by someone that is more familiar with the publishing system (@develar).

Closes #2971.

@develar
Copy link
Member

develar commented Jul 17, 2018

Because this publish config is used later directly in artifactCreated event.

@develar develar closed this in 7f529ff Jul 17, 2018
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

Successfully merging this pull request may close these issues.

2 participants