Skip to content

Commit

Permalink
Fix for release workflow commit (2) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch authored Nov 6, 2023
2 parents 960f912 + 13f5324 commit d1e7cf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ 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
git push -f https://${{ secrets.RELEASE_ACCESS_TOKEN }}@github.com/${{ github.repository }} HEAD:main
# Create changelog
- name: Create changelog from commits
Expand Down

0 comments on commit d1e7cf4

Please sign in to comment.