Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
amiiit committed May 19, 2022
1 parent 3f73364 commit 5d19310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 5d19310

Please sign in to comment.