Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Configure Github Actions Bot user
  • Loading branch information
danielsilva authored Dec 6, 2023
1 parent e30e319 commit 70798c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
- name: Install gems
run: bundle install

- name: Setup git config
run: |
# Setup the username and email to enable git tag creation
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Create release
run: bundle exec rake release
env:
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 70798c4

Please sign in to comment.