remove unused imports

This commit is contained in:
Kacper Bąk 2024-10-01 22:49:23 +02:00 committed by GitHub
parent c7857c88c0
commit 452009380f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";