Skip to content

Commit

Permalink
fix [github] release/tag/download schema (#7170)
Browse files Browse the repository at this point in the history
closes #7169
  • Loading branch information
chris48s authored Oct 19, 2021
1 parent bab818b commit a8214b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/github/github-common-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const releaseInfoSchema = Joi.object({
})
.required(),
tag_name: Joi.string().required(),
name: Joi.string().allow(null),
name: Joi.string().allow(null).allow(''),
prerelease: Joi.boolean().required(),
}).required()

Expand Down

0 comments on commit a8214b7

Please sign in to comment.