12
0
Fork 0
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:
Leif Ødegård Uhlen 2026-05-05 10:49:40 +02:00
parent 492699a3ee
commit 19e26b4d5c
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import exec from './src/_exec';
import exec from './src/_exec.js';
import path from 'path';
const run = async () => {

View file

@ -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"
},