diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 4771331..99629cb 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "markdown-vscode-contributions-action", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 35001fa..cb841d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-vscode-contributions-action", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-vscode-contributions-action", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index 3c502d3..f32eec2 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "markdown-vscode-contributions-action", - "version": "1.0.3", + "version": "1.0.4", "description": "Github Action that updates a markdown file using the Markdown VSCode Contributions package", "license": "MIT", + "type": "module", "author": { "name": "Jeronimo Ekerdt", "email": "jeronimoek@gmail.com" diff --git a/src/index.js b/src/index.js index 8a8d5f9..c378269 100644 --- a/src/index.js +++ b/src/index.js @@ -55,6 +55,7 @@ async function run() { "Markdown hasn't changed and skip-on-no-changes is enabled so we skip this step" ); core.setOutput("skipped", "true"); + return; }