Skip to content

Commit 3901aa6

Browse files
authored
ci: fix missing return for stable release (#17454)
1 parent c75b4fb commit 3901aa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/bump_version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ module.exports = async ({ github, context, core }) => {
170170
}
171171
core.setOutput("previous", previous);
172172
core.info(`Stable release with previous release: ${previous}`);
173+
return;
173174
}
174175

175176
case "patch": {

0 commit comments

Comments
 (0)