Skip to content

Commit

Permalink
Set release identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Feb 26, 2021
1 parent 964d9b0 commit 204ae5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
needs: [test, remote-test]
steps:
- uses: actions/checkout@v2
if: false # Temporarily halt, see cadwallion/publish-rubygems-action#9
with:
fetch-depth: 2
- uses: marceloprado/has-changed-path@v1
Expand All @@ -53,4 +52,8 @@ jobs:
env:
RUBYGEMS_API_KEY: "${{ secrets.RUBYGEMS_API_KEY }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
RELEASE_COMMAND: |
git config --global user.mail "[email protected]"
git config --global user.name "Automated Release"
bundle exec rake release

0 comments on commit 204ae5f

Please sign in to comment.