12
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-05-18 05:41:53 +00:00

more fixes cjs->esm

This commit is contained in:
Leif Ødegård Uhlen 2026-05-05 11:07:57 +02:00
parent eb08b6d904
commit b71c53a4f8
4 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import * as core from '@actions/core';
import exec from './_exec';
import inputs from './inputs.json';
import inputs from './inputs.json' with { type: 'json' };;
import path, {dirname} from 'path';
import { fileURLToPath } from 'url';