mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 04:41:38 +00:00
fix: Import version properly as string not object
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user