fix: Import version properly as string not object

This commit is contained in:
Tom Hu
2021-06-08 21:25:38 -04:00
parent fbeda37de9
commit 52497068bd
7 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.5.1",
"version": "1.5.2",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {