diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d827bd95..4f5af76b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,4 +135,6 @@ jobs: run: git commit -a --amend --no-edit - name: Push changes - run: git push --tags + run: | + git push + git push --tags diff --git a/Gemfile.lock b/Gemfile.lock index 4f8ab0a1..f6f24dca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git_fame (3.2.14) + git_fame (3.2.17) activesupport (~> 7.0) dry-initializer (~> 3.0) dry-struct (~> 1.0) @@ -113,7 +113,7 @@ GEM rubocop-rspec (2.11.1) rubocop (~> 1.19) ruby-progressbar (1.13.0) - rugged (1.6.3) + rugged (1.7.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) diff --git a/lib/git_fame/version.rb b/lib/git_fame/version.rb index ec48c8d6..86d01818 100644 --- a/lib/git_fame/version.rb +++ b/lib/git_fame/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GitFame - VERSION = "3.2.14" + VERSION = "3.2.17" end