Skip to content

Commit 9dba4b3

Browse files
committed
chore: release action fix
1 parent 08f5440 commit 9dba4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/config/pre_changelog_hook.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ exports.preVersionGeneration = (version) => {
2424

2525
const launchOption = { cwd: GITHUB_WORKSPACE };
2626
childProcess.execSync('bundle config unset deployment', launchOption);
27+
childProcess.execSync('bundle install', launchOption);
2728
childProcess.execSync('bundle exec rake demo', launchOption);
2829
childProcess.execSync('bundle config deployment true', launchOption);
2930
return version;

0 commit comments

Comments
 (0)