Skip to content

Commit

Permalink
Update Gemfile.lock and amend workflow for version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Dec 6, 2024
1 parent 3c7b56b commit 07a368e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ jobs:
run: bundle install

- name: Increment version
run: gem bump --version patch --tag --push --skip-ci --release --file lib/git_fame/version.rb
run: gem bump --version patch --tag --skip-ci --release --file lib/git_fame/version.rb
env:
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}

- name: Add and commit version bump
run: |
bundle install
git add .
git commit --amend --no-edit
- name: Push changes
run: git push
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git_fame (3.2.11)
git_fame (3.2.12)
activesupport (~> 7.0)
dry-initializer (~> 3.0)
dry-struct (~> 1.0)
Expand Down

0 comments on commit 07a368e

Please sign in to comment.