mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-14 04:20:33 +00:00
more tweaks cjs->esm
This commit is contained in:
parent
ca92529945
commit
eb08b6d904
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
|
@ -17,7 +17,7 @@ const run = async () => {
|
|||
}
|
||||
}
|
||||
|
||||
import('./src/index.js')();
|
||||
await import('./src/index.js')();
|
||||
};
|
||||
|
||||
run().catch(console.error);
|
||||
|
|
|
|||
|
|
@ -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