mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07:00
Update main.js
Renamed option to be consistent with other option names (i.e. not using camelcase)
This commit is contained in:
parent
d4b1e8862f
commit
a298a00586
@ -52,7 +52,7 @@ async function run () {
|
||||
throw new Error(`No version identified${msg}`)
|
||||
}
|
||||
|
||||
const minVersion = core.getInput('minVersion', { required: false })
|
||||
const minVersion = core.getInput('min_version', { required: false })
|
||||
|
||||
// Ensure that version and minVersion are valid SemVer strings
|
||||
const minVersionSemVer = semver.coerce(minVersion)
|
||||
|
Loading…
Reference in New Issue
Block a user