Skip to content

Commit 92b6d4d

Browse files
chore(scripts): fix bug in release scripts
1 parent 4c035e7 commit 92b6d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const createRelease = async ({github, context}) => {
88
const repo = context.repo.repo;
99
const tag_name = context.ref.replace(/refs\/tags\//, '');
1010

11-
const res = github.rest.repos.createRelease({
11+
const res = await github.rest.repos.createRelease({
1212
owner,
1313
repo,
1414
tag_name,

0 commit comments

Comments
 (0)