Skip to content

Commit

Permalink
Just run the git setup once
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Oct 1, 2024
1 parent 350b84a commit 42be67e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,29 +70,26 @@ jobs:
fetch-tags: true
token: ${{ secrets.ELEMENT_BOT_TOKEN }}

- name: Merge Element Desktop
if: inputs.element-desktop
- name: Prepare Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "RiotRobot"
- name: Merge Element Desktop
if: inputs.element-desktop
run: |
git -C "element-desktop" merge origin/develop
- name: Merge Element Web
if: inputs.element-web
run: |
git config --global user.email "[email protected]"
git config --global user.name "RiotRobot"
git -C "element-web" merge origin/develop
- name: Merge React SDK
if: inputs.matrix-react-sdk
run: |
git config --global user.email "[email protected]"
git config --global user.name "RiotRobot"
git -C "matrix-react-sdk" merge origin/develop
- name: Merge JS SDK
if: inputs.matrix-js-sdk
run: |
git config --global user.email "[email protected]"
git config --global user.name "RiotRobot"
git -C "matrix-js-sdk" merge origin/develop
- name: Push staging
Expand Down

0 comments on commit 42be67e

Please sign in to comment.