We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f5440 commit 9dba4b3Copy full SHA for 9dba4b3
.github/config/pre_changelog_hook.js
@@ -24,6 +24,7 @@ exports.preVersionGeneration = (version) => {
24
25
const launchOption = { cwd: GITHUB_WORKSPACE };
26
childProcess.execSync('bundle config unset deployment', launchOption);
27
+ childProcess.execSync('bundle install', launchOption);
28
childProcess.execSync('bundle exec rake demo', launchOption);
29
childProcess.execSync('bundle config deployment true', launchOption);
30
return version;
0 commit comments