Skip to content

Commit

Permalink
add git config for remote push
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Jul 10, 2024
1 parent cf410e5 commit a604c34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Create Release Branch
run: |
git config user.email "[email protected]"
git config user.name "Alex Lopez"
git checkout -b release-${GITHUB_REF#refs/tags/}
git rm -r --cached tests samples images res vcpkg etc || true
git commit -m "Remove unnecessary files for release ${GITHUB_REF#refs/tags/}"
Expand Down

0 comments on commit a604c34

Please sign in to comment.