remove core
This commit is contained in:
parent
202e9b2f2b
commit
08b29a2aab
3
index.js
3
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
|
||||
|
|
Loading…
Reference in New Issue