We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c035e7 commit 92b6d4dCopy full SHA for 92b6d4d
scripts/create-release.js
@@ -8,7 +8,7 @@ const createRelease = async ({github, context}) => {
8
const repo = context.repo.repo;
9
const tag_name = context.ref.replace(/refs\/tags\//, '');
10
11
- const res = github.rest.repos.createRelease({
+ const res = await github.rest.repos.createRelease({
12
owner,
13
repo,
14
tag_name,
0 commit comments