mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-16 05:20:32 +00:00
more tweaks cjs->esm
This commit is contained in:
parent
ca92529945
commit
eb08b6d904
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import {
|
|||
handleExtends,
|
||||
handleTagFormat,
|
||||
handleRepositoryUrlOption,
|
||||
} from './handleOptions';
|
||||
} from './handleOptions.js';
|
||||
import setUpJob from './setUpJob.task';
|
||||
import installSpecifyingVersionSemantic from './installSpecifyingVersionSemantic.task';
|
||||
import preInstall from './preInstall.task';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue