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 12f240a commit 3830ec4Copy full SHA for 3830ec4
packages/action-automatic-releases/source/uploadReleaseArtifacts.ts
@@ -2,7 +2,7 @@ import * as core from "@actions/core";
2
import { Context } from "@actions/github/lib/context.js";
3
import { GitHub } from "@actions/github/lib/utils.js";
4
import { lstatSync, readFileSync } from "fs";
5
-import globby from "globby";
+import { globby } from "globby";
6
import md5File from "md5-file";
7
import path from "path";
8
import { NewGitHubRelease } from "./AutomaticReleases.js";
0 commit comments