mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-14 12:30:32 +00:00
fixing more issues cjs->esm
This commit is contained in:
parent
d0e921a535
commit
ce7ddeb69c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import * as core from '@actions/core';
|
||||
import outputs from './outputs.json';
|
||||
import outputs from './outputs.json' with { type: 'json' };
|
||||
|
||||
/**
|
||||
* windUpJob
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue