Data Request API helper #10
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ async function main() {
|
||||||
const release = await axios.post(
|
const release = await axios.post(
|
||||||
`${API}/repos/${REPO}/releases`,
|
`${API}/repos/${REPO}/releases`,
|
||||||
{
|
{
|
||||||
|
name: TAG,
|
||||||
tag_name: TAG,
|
tag_name: TAG,
|
||||||
draft: true,
|
draft: true,
|
||||||
hide_archive_links: true,
|
hide_archive_links: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue