Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
elmagnificogi committed May 27, 2022
1 parent 98f091f commit ffcf610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- name: Update releases branch
run: |
git fetch origin
git config user.name 'ItzRabbs'
git config user.email '1294559+ItzRabbs@users.noreply.github.com'
git config user.name 'elmagnifico'
git config user.email 'elmagnifico@users.noreply.github.com'
git reset --hard
git clean -fd
git checkout releases
Expand Down

0 comments on commit ffcf610

Please sign in to comment.