diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index cea8c8fa..89b4a5b4 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -1,4 +1,4 @@ -name: Bump Version & Publish a GitHub Release +name: Bump Version on: workflow_dispatch: diff --git a/bin/bump_version b/bin/bump_version index c9ad7f91..7e977d1b 100755 --- a/bin/bump_version +++ b/bin/bump_version @@ -91,6 +91,7 @@ class VersionBumper < Thor::Group def run_clean_bundle_install Bundler.with_original_env do + run "#{Gem.bin_path("bundler", "bundle")} config set frozen false" run "#{Gem.bin_path("bundler", "bundle")} install --quiet" end end