Skip to content

Commit

Permalink
1.1.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaagul authored Sep 18, 2023
1 parent 75522f5 commit bd938c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bumpGem.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const bumpGem = async () => {
await exec.exec('gem install -q --silent bump_gem_version')
}

await exec.exec('bundle install')

if (core.isDebug()) {
core.debug('Before bump, the gem version was:')
await exec.exec('bump_gem_version current')
Expand Down

0 comments on commit bd938c9

Please sign in to comment.