remove unused imports (#521)

This commit is contained in:
Kacper Bąk
2024-10-15 20:50:29 +02:00
committed by GitHub
parent 820a5adc43
commit cd8b57e572

View File

@ -8,7 +8,6 @@ import {
import { release, upload, GitHubReleaser } from "./github";
import { getOctokit } from "@actions/github";
import { setFailed, setOutput } from "@actions/core";
import { GitHub, getOctokitOptions } from "@actions/github/lib/utils";
import { env } from "process";