From a294daefbc0082c5349c5d15a3bd4a10068f7899 Mon Sep 17 00:00:00 2001 From: Andy Cohen Date: Wed, 22 Jul 2026 15:57:59 -0500 Subject: [PATCH] Update workflows --- .github/workflows/bump_version.yml | 2 +- bin/bump_version | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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