Skip to content

Commit 4669bdc

Browse files
committed
Task needs to be async
1 parent cbb18c8 commit 4669bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp-tasks/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function publish_sign_in_check() {
2525
await execa('npm', ['whoami']);
2626
}
2727

28-
function dist_tag_check() {
28+
async function dist_tag_check() {
2929
if (!global.cliOptions.distTag) {
3030
throw new Error(ol`Please set the --distTag command line option, normally
3131
to 'latest' (for a stable release) or 'next' (for a pre-release).`);

0 commit comments

Comments
 (0)