Skip to content

Commit

Permalink
ci: use orbit bot to publish releases
Browse files Browse the repository at this point in the history
closes FEPLT-1943
  • Loading branch information
mvidalgarcia committed Feb 5, 2024
1 parent 6ac12ec commit 26df07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Setup git config
run: |
git config user.name "mainframev"
git config user.email "vgenaev@gmail.com"
git config user.name "kiwicom-orbit-bot"
git config user.email "frontend-platform@kiwi.com"
- name: Build
run: |
Expand Down

0 comments on commit 26df07d

Please sign in to comment.