mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-22 07:12:02 +00:00
more fixes and tweaks cjs -> esm
This commit is contained in:
parent
f7e83f6743
commit
61436fbfef
9 changed files with 20 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as core from '@actions/core'
|
||||
const stringToJson = require('@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.cjs').default;
|
||||
const inputs = require('./inputs.json');
|
||||
import * as core from '@actions/core';
|
||||
import stringToJson from '@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.cjs';
|
||||
import inputs from './inputs.json';
|
||||
|
||||
/**
|
||||
* Handle Branches Option
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue