Skip to content

Commit 3830ec4

Browse files
fix: Import statement
1 parent 12f240a commit 3830ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/action-automatic-releases/source/uploadReleaseArtifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from "@actions/core";
22
import { Context } from "@actions/github/lib/context.js";
33
import { GitHub } from "@actions/github/lib/utils.js";
44
import { lstatSync, readFileSync } from "fs";
5-
import globby from "globby";
5+
import { globby } from "globby";
66
import md5File from "md5-file";
77
import path from "path";
88
import { NewGitHubRelease } from "./AutomaticReleases.js";

0 commit comments

Comments
 (0)