diff --git a/package.json b/package.json index f263ec0..4998192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mean-dao-publish", - "version": "16.0.0", + "version": "17.0.0", "description": "GitHub Action to release and publish packages", "main": "src/index.js", "scripts": { diff --git a/src/index.js b/src/index.js index f793209..3495fae 100644 --- a/src/index.js +++ b/src/index.js @@ -24,7 +24,7 @@ async function run() { const gchat_webhook = core.getInput('gchat_webhook'); const npm_token = core.getInput('npm_token'); const access = core.getInput('access'); - const path = core.getInput('path'); + let path = core.getInput('path'); const octokit = github.getOctokit(github_token); if (!path || path === '') {