From 08b29a2aab328c850be5d1783b83f53ae3d848c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bure=C5=A1?= Date: Wed, 20 Nov 2019 13:53:57 +0100 Subject: [PATCH] remove core --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 8cefa05..795b3c4 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,3 @@ -const core = require('@actions/core') const { Toolkit } = require('actions-toolkit') const { execSync } = require('child_process') @@ -25,8 +24,6 @@ Toolkit.run(async tools => { version = 'minor' } - const tagPrefix = core.getInput('tag-prefix') - try { const current = pkg.version.toString() // set git user