mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-14 20:40:32 +00:00
more fixes cjs->esm
This commit is contained in:
parent
492699a3ee
commit
19e26b4d5c
2 changed files with 2 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -1,4 +1,4 @@
|
|||
import exec from './src/_exec';
|
||||
import exec from './src/_exec.js';
|
||||
import path from 'path';
|
||||
|
||||
const run = async () => {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "6.0.0",
|
||||
"description": "GitHub Action for Semantic Release",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue