Skip to content

Commit

Permalink
Add git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jan 14, 2025
1 parent d25abc0 commit 3aefe1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Create new branch and push changes
run: |
BRANCH_NAME="prerelease-${{ steps.bump_version.outputs.prerelease_version }}"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git checkout -b $BRANCH_NAME
git push origin $BRANCH_NAME
git push --tags
Expand Down

0 comments on commit 3aefe1a

Please sign in to comment.