diff --git a/src/main.ts b/src/main.ts index ada162b..2e2c4b3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,6 @@ import * as github from '@actions/github'; import * as core from '@actions/core'; -import { Releases } from './releases'; +import { Releases } from './Releases'; async function run() { try {