mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 12:51:37 +00: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