From 70b6cfe9d1616472ab0092ec63f5875808f0b13d Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sat, 16 Jul 2022 18:47:40 +0200 Subject: [PATCH] chore: build --- dist/utils/getGithubRelease.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/utils/getGithubRelease.js b/dist/utils/getGithubRelease.js index f2d5a66..c819004 100644 --- a/dist/utils/getGithubRelease.js +++ b/dist/utils/getGithubRelease.js @@ -10,7 +10,7 @@ export default async (version, token, miscTestBuilds) => { headers: { 'Content-Type': 'application/json', 'User-Agent': 'setup-bun-github-action', - 'Authorization': token + 'Authorization': `token ${token}` } })).json(); return {