remove core

This commit is contained in:
Michal Bureš 2019-11-20 13:53:57 +01:00
parent 202e9b2f2b
commit 08b29a2aab
1 changed files with 0 additions and 3 deletions

View File

@ -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