We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c9ece commit 15dfb32Copy full SHA for 15dfb32
.github/config/pre_changelog_hook.js
@@ -21,9 +21,6 @@ exports.preVersionGeneration = (version) => {
21
const new_gem_info = gem_info.replace(/VERSION\s*=\s*.*/g, `VERSION = '${version}'.freeze`);
22
core.info(`Updated gem info: ${new_gem_info}`);
23
fs.writeFileSync(gem_info_file, new_gem_info);
24
-
25
- const launchOption = { cwd: GITHUB_WORKSPACE };
26
- childProcess.execSync('bundle exec rake demo', launchOption);
27
return version;
28
}
29
0 commit comments