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:
parent
eb08b6d904
commit
b71c53a4f8
4 changed files with 5 additions and 4 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue