From 2d8b5f7b520539600b819b150f0f5548fb10006c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 19 Feb 2022 19:46:30 +0100 Subject: [PATCH] removed node script --- action.yml | 4 +--- index.js | 2 -- package.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 index.js diff --git a/action.yml b/action.yml index b5f073f..267db1f 100644 --- a/action.yml +++ b/action.yml @@ -57,8 +57,6 @@ runs: git add -A git commit -m "chore: bump package version to $PACKAGE_VERSION and update changelog" git push --force - - name: Run script - shell: bash - run: node index.js + diff --git a/index.js b/index.js deleted file mode 100644 index 13179f6..0000000 --- a/index.js +++ /dev/null @@ -1,2 +0,0 @@ -// nothing to do for now. It's a placeholder -console.log("Done") \ No newline at end of file diff --git a/package.json b/package.json index 675dd8d..da0e727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-package-version-bump", - "version": "1.0.0-rc1.1", + "version": "1.0.0-rc1.2", "description": "Github action to upgrade the package.json version and create a changelog based on PR description that can be triggered in your workflows", "main": "index.js", "scripts": {