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,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;