Skip to content

Commit

Permalink
set dir when committing
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 29, 2023
1 parent 6d41f27 commit e6b7567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
path: getargv_ruby/pkg/*.gem
- name: Commit checksum and version bump
run: git commit -am "commit checksum for ${{steps.version.outputs.version}}"
working-directory: getargv_ruby
- name: Release Gem to RubyGems
# tags and pushes
run: bundle exec rake release[origin]
Expand Down

0 comments on commit e6b7567

Please sign in to comment.