Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bump Version & Publish a GitHub Release
name: Bump Version

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions bin/bump_version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading