Skip to content

Commit

Permalink
chore: set up user and email
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 8, 2024
1 parent 7930ab8 commit dec859e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
set -e
echo Creating draft release for: "${RELEASE_TAG}"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit --no-verify -m "Commit to hold release ${RELEASE_TAG}"
git push origin ${RELEASE_TAG}
Expand Down

0 comments on commit dec859e

Please sign in to comment.