Skip to content

Commit

Permalink
fix: make-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefissure committed Sep 24, 2024
1 parent 84ec2f5 commit 5368799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
# Commit the changes.
git add .
git config user.name ${{ env.COMMIT_USER }}
git config user.email ${{ env.COMMIT_EMAIL }}
git commit -m "Update to ${{ github.ref_name }}"
# Get the remote url and splice the token into it.
Expand Down

0 comments on commit 5368799

Please sign in to comment.