Skip to content

Commit 11e9f46

Browse files
authored
release: fix release-script (#21595)
1 parent dc33472 commit 11e9f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/stage-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Octokit from '@octokit/rest';
1+
import {Octokit} from '@octokit/rest';
22
import * as chalk from 'chalk';
33
import {existsSync, readFileSync, writeFileSync} from 'fs';
44
import {join} from 'path';

0 commit comments

Comments
 (0)