mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-19 14:21:54 +00:00
more fixes cjs->esm
This commit is contained in:
parent
9efd3dd5aa
commit
ca92529945
5 changed files with 17 additions and 5 deletions
2
index.js
2
index.js
|
|
@ -17,7 +17,7 @@ const run = async () => {
|
|||
}
|
||||
}
|
||||
|
||||
require('./src/index')();
|
||||
import('./src/index.js')();
|
||||
};
|
||||
|
||||
run().catch(console.error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue