mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-18 05:41:53 +00:00
fix regression after actions/core v3.0.0-upgrade, now esm only
This commit is contained in:
parent
fd0b87f65a
commit
a1d9acfe39
6 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const path = require('path');
|
||||
const core = require('@actions/core');
|
||||
import core from '@actions/core'
|
||||
const exec = require('./_exec');
|
||||
const inputs = require('./inputs.json');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue