Skip to content

Commit

Permalink
Fix bug that version input is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Jun 17, 2024
1 parent 2cecf18 commit a181329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectNextVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (releaseType) {

core.setOutput(
"version",
await detectNextVersion({
forcedVersion || await detectNextVersion({
githubToken,
githubOwner: github.context.repo.owner,
githubRepo: github.context.repo.repo,
Expand Down

0 comments on commit a181329

Please sign in to comment.