mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 06:29:24 +00:00
fix: Import version properly as string not object
This commit is contained in:
parent
fbeda37de9
commit
52497068bd
7 changed files with 12 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import buildExec from './buildExec';
|
||||
const github = require('@actions/github');
|
||||
|
||||
const VERSION = require('./version');
|
||||
import VERSION from './version';
|
||||
|
||||
const context = github.context;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
const core = require('@actions/core');
|
||||
const github = require('@actions/github');
|
||||
|
||||
const VERSION = require('./version');
|
||||
import VERSION from './version';
|
||||
|
||||
const context = github.context;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
const VERSION = 'v1.5.0';
|
||||
const VERSION = 'v1.5.2';
|
||||
|
||||
export default VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue