fix: Fixed tagPrefix not being provided to bumper
parent
50ab4fa80a
commit
5b65653fe8
|
@ -21,10 +21,10 @@ async function run() {
|
||||||
core.info(`Using "${tagPrefix}" as tag prefix`)
|
core.info(`Using "${tagPrefix}" as tag prefix`)
|
||||||
core.info(`Using "${outputFile}" as output file`)
|
core.info(`Using "${outputFile}" as output file`)
|
||||||
|
|
||||||
conventionalRecommendedBump({ preset }, async(error, recommendation) => {
|
|
||||||
core.info('Pull to make sure we have the full git history')
|
core.info('Pull to make sure we have the full git history')
|
||||||
await git.pull()
|
await git.pull()
|
||||||
|
|
||||||
|
conventionalRecommendedBump({ preset, tagPrefix }, async(error, recommendation) => {
|
||||||
if (error) {
|
if (error) {
|
||||||
core.setFailed(error.message)
|
core.setFailed(error.message)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue