chore: build

This commit is contained in:
xHyroM 2022-07-16 18:47:40 +02:00
parent 933334b350
commit 70b6cfe9d1

View File

@ -10,7 +10,7 @@ export default async (version, token, miscTestBuilds) => {
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'User-Agent': 'setup-bun-github-action', 'User-Agent': 'setup-bun-github-action',
'Authorization': token 'Authorization': `token ${token}`
} }
})).json(); })).json();
return { return {