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 d1e7cf4 commit 246cc58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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 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 246cc58

Please sign in to comment.