Fixed typo

This commit is contained in:
jamelreid 2022-02-10 15:22:03 -05:00
parent bd14664ef4
commit 79a3e8f7ba
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const options = {
path: `/repos/${process.env.REPO}/releases/${process.env.RELEASE_ID}/assets`,
method: 'GET',
headers: {
'Content-Type': 'applicatipon/json',
'Content-Type': 'application/json',
'Authorization': `Bearer ${ process.env.GITHUB_TOKEN }`,
'User-Agent': 'WooCommerce Smoke Build'
},