ci: add @semantic-release/github step to publish array

This commit is contained in:
sct
2020-12-19 03:09:42 +09:00
parent a0024a0cbe
commit fe46895289

View File

@@ -172,7 +172,12 @@
}
],
"semantic-release-docker",
"@semantic-release/github"
[
"@semantic-release/github",
{
"addReleases": "top"
}
]
],
"branches": [
"master"
@@ -182,7 +187,8 @@
{
"path": "semantic-release-docker",
"name": "sctx/overseerr"
}
},
"@semantic-release/github"
]
}
}