From 9291b92aca4939d0cc2781f26504c638ce1ba534 Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 9 May 2020 15:44:37 -0700 Subject: [PATCH] chore: forgot to run build --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index bab154c..2e16088 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3700,7 +3700,8 @@ async function main () { const gr = new GitHubRelease({ label: RELEASE_LABEL, repoUrl: process.env.GITHUB_REPOSITORY, - packageName + packageName, + token }) await gr.createRelease()