Skip to content

Commit

Permalink
Update github release script.
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
  • Loading branch information
Confectrician committed Feb 28, 2021
1 parent 3e37b5e commit b4e1b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/github-release/github-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ This is intended to be run by the release pipeline only.`);
process.exit(1);
}

const auth = createActionAuth();
const authentication = await auth();

async function createRelease() {

const auth = createActionAuth();
const authentication = await auth();

const octokit = new Octokit({
auth: authentication.token
});
Expand Down

0 comments on commit b4e1b38

Please sign in to comment.