Skip to content

Commit

Permalink
Remove redundant version bump and push steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 8, 2024
1 parent a2f63fd commit da71d2a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ jobs:
run: bundle install

- name: Increment version
run: gem bump --version patch --tag --commit

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

- name: Push new version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push --tags

0 comments on commit da71d2a

Please sign in to comment.