Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch authored Nov 6, 2023
1 parent 246cc58 commit aea7ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
# Commit the bumped version in package.json
- name: Commit version bump
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "braden.jr.mitch@gmail.com"
git config --local user.name "BradyMitch"
git add package.json
git commit -m "Release: bump version to ${{ steps.bump_version.outputs.VERSION }}"
git push -f https://${{ secrets.RELEASE_ACCESS_TOKEN }}@github.com/${{ github.repository }} HEAD:main
Expand Down

0 comments on commit aea7ffb

Please sign in to comment.