diff --git a/.github/main.workflow b/.github/main.workflow index 67072a3..d7cbd26 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -25,7 +25,7 @@ action "npm run build" { action "Build metadata" { needs = ["npm run build"] uses = "actions/npm@master" - runs = "sh -c \"node buildMetadata.js\"" + runs = "sh -c 'node buildMetadata.js'" secrets = ["GITHUB_TOKEN"] env = { GIT_EMAIL = "alex.blaine@layder.io"