From 5d19310b1ee46bafb4b70470612c1355adde61c4 Mon Sep 17 00:00:00 2001 From: Amit Jakubowicz Date: Thu, 19 May 2022 13:14:02 +0200 Subject: [PATCH] build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index d53aa5a..7ac74f3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8842,7 +8842,7 @@ const start = async () => { inputBump: core.getInput('bump'), inferBumpFromCommit: core.getInput('infer_bump_from_commit') }); - const nextVersion = bump((latestVersion || 'v0'), bumpType); + const nextVersion = bump((latestVersion || '0'), bumpType); const nextReleaseTag = core.getInput('tag_prefix') + nextVersion; core.setOutput('next_version', nextReleaseTag); const releaseResult = await octokit.request('POST /repos/{owner}/{repo}/releases', {