mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-18 20:02:34 +08:00
fix: Import version properly as string not object
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
const VERSION = 'v1.5.0';
|
||||
const VERSION = 'v1.5.2';
|
||||
|
||||
export default VERSION;
|
||||
|
||||
Reference in New Issue
Block a user